diff options
author | 2018-02-04 17:34:45 +0000 | |
---|---|---|
committer | 2018-02-04 17:34:45 +0000 | |
commit | 333954a940a50a324e8f6b449f3504b1dffaf348 (patch) | |
tree | d9a6301d422711703dc5771be6db045c66ceefdc | |
parent | removed os import by accident (diff) |
Satisfy PEP8
-rw-r--r-- | app.py | 1 | ||||
-rw-r--r-- | requirements-ci.txt | 5 |
2 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,7 @@ #!/usr/bin/env python3 import os + from flask import Flask from flask import jsonify from flask import redirect diff --git a/requirements-ci.txt b/requirements-ci.txt index de64a7b1..85205d10 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -6,9 +6,6 @@ flake8-import-order flake8-tidy-imports flake8-todo flake8-string-format -isort -yapf safety -dodgy -vulture +dodgy |