aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
commit78552b961535578b38c5c8fe79698179a6eac31d (patch)
tree6fb51473decb543e353925048ab60c368144eb46 /config.py
parentAdd flake8 extensions, add precommit script, update lockfile (diff)
Fix ordering of imports
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 846ad4a..138c25c 100644
--- a/config.py
+++ b/config.py
@@ -1,7 +1,7 @@
import os
+
import docker
from docker.errors import NotFound
-# import traceback
def autodiscover():