diff options
Diffstat (limited to 'gamechestcli/gamechest/cliactions/remove.py')
-rw-r--r-- | gamechestcli/gamechest/cliactions/remove.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gamechestcli/gamechest/cliactions/remove.py b/gamechestcli/gamechest/cliactions/remove.py index c187ae1..2024b4b 100644 --- a/gamechestcli/gamechest/cliactions/remove.py +++ b/gamechestcli/gamechest/cliactions/remove.py @@ -2,12 +2,10 @@ import contextlib import functools import selectors -from rich.progress import Progress as RichProgress from rich import print +from rich.progress import Progress as RichProgress -from .. import gamedb -from .. import paths -from .. import processor +from .. import gamedb, paths, processor from ..runners.remove import Remove from ..statusdb import StatusDB |