mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Add new option "After local imports" on "Blank lines" tab of Python code style settings.
8 lines
97 B
Python
8 lines
97 B
Python
def func():
|
|
try:
|
|
import module
|
|
module
|
|
# <ref>
|
|
except:
|
|
pass
|