diff options
author | 2019-03-25 09:10:18 +1000 | |
---|---|---|
committer | 2019-03-25 09:10:18 +1000 | |
commit | 84a21439a2497a470c2d8204bb3a0b68fc288982 (patch) | |
tree | 6fb51473decb543e353925048ab60c368144eb46 /config.py | |
parent | Merge pull request #6 from python-discord/contrib-and-precommit (diff) | |
parent | Fix ordering of imports (diff) |
Merge pull request #11 from python-discord/add-flake8-extensions
Add flake8 extensions used in our other projects
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os + import docker from docker.errors import NotFound -# import traceback def autodiscover(): |