Some minor flake8 fixes

This commit is contained in:
Daniel Hahler
2018-07-15 23:34:52 +02:00
committed by Dave Halter
parent 08b0b668a6
commit 10b61c41f4
4 changed files with 19 additions and 12 deletions

View File

@@ -113,7 +113,7 @@ def setup_readline(namespace_module=__main__):
# this code. This didn't use to be an issue until 3.3. Starting with
# 3.4 this is different, it always overwrites the completer if it's not
# already imported here.
import rlcompleter
import rlcompleter # noqa: F401
import readline
except ImportError:
print("Jedi: Module readline not available.")