summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/processor.py')
-rw-r--r--gamechestcli/gamechest/processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamechestcli/gamechest/processor.py b/gamechestcli/gamechest/processor.py
index 794deb8..89a340c 100644
--- a/gamechestcli/gamechest/processor.py
+++ b/gamechestcli/gamechest/processor.py
@@ -1,8 +1,8 @@
import contextlib
import selectors
-from rich.progress import Progress as RichProgress
from rich import print
+from rich.progress import Progress as RichProgress
def process_task(title, task):