summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/cliactions/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/cliactions/install.py')
-rw-r--r--gamechestcli/gamechest/cliactions/install.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gamechestcli/gamechest/cliactions/install.py b/gamechestcli/gamechest/cliactions/install.py
index ed62760..9d55883 100644
--- a/gamechestcli/gamechest/cliactions/install.py
+++ b/gamechestcli/gamechest/cliactions/install.py
@@ -1,8 +1,6 @@
import functools
-from .. import gamedb
-from .. import paths
-from .. import processor
+from .. import gamedb, paths, processor
from ..runners.install import Install
from ..statusdb import StatusDB