mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
optimize imports sorts them according to PEP-8 (PY-2367)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""This is a module-level docstring."""
|
||||
|
||||
<fold text='import ...'>import os
|
||||
import sys</fold>
|
||||
|
||||
print os.path
|
||||
print sys.name
|
||||
Reference in New Issue
Block a user