mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
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.
5 lines
265 B
Python
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)
|