Files
openide/python/testData/optimizeImports/existingParenthesesInReorderedFromImport.after.py
Mikhail Golubev dcb69ad408 PY-25567 Keep parentheses around re-ordered from imports in optimize imports
It doesn't affect new imports received as a result of joining several
existing ones sharing the same source. For them user must explicitly
set preferred type of formatting in code style settings.
2017-10-23 18:58:30 +03:00

5 lines
265 B
Python

from indico_audiovisual.util import (compare_data_identifiers, count_capable_contributions, get_data_identifiers,
is_av_manager)
print(get_data_identifiers, compare_data_identifiers, is_av_manager, count_capable_contributions)