summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/runners/remove.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/runners/remove.py')
-rw-r--r--gamechestcli/gamechest/runners/remove.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamechestcli/gamechest/runners/remove.py b/gamechestcli/gamechest/runners/remove.py
index 99c4247..87177f3 100644
--- a/gamechestcli/gamechest/runners/remove.py
+++ b/gamechestcli/gamechest/runners/remove.py
@@ -133,10 +133,10 @@ class Remove(RunnerBase):
if __name__ == '__main__':
- import sys
import contextlib
- import time
import selectors
+ import sys
+ import time
with contextlib.ExitStack() as stack:
stack.enter_context(contextlib.suppress(KeyboardInterrupt))