We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad80be commit 74a7c7bCopy full SHA for 74a7c7b
pymode/lint.py
@@ -65,7 +65,8 @@ def code_check():
65
return env.stop()
66
67
if env.options.get('debug'):
68
- from pylama.core import LOGGER, logging
+ import logging
69
+ from pylama.core import LOGGER
70
LOGGER.setLevel(logging.DEBUG)
71
72
errors = run(path, code='\n'.join(env.curbuf) + '\n', options=options)
0 commit comments