mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Some minor flake8 fixes
This commit is contained in:
committed by
Dave Halter
parent
08b0b668a6
commit
10b61c41f4
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user