Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74a7c7b

Browse files
committed
Fix import error
1 parent4ad80be commit74a7c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pymode/lint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def code_check():
6565
returnenv.stop()
6666

6767
ifenv.options.get('debug'):
68-
frompylama.coreimportLOGGER,logging
68+
importlogging
69+
frompylama.coreimportLOGGER
6970
LOGGER.setLevel(logging.DEBUG)
7071

7172
errors=run(path,code='\n'.join(env.curbuf)+'\n',options=options)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp