mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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 (get_data_identifiers, compare_data_identifiers, is_av_manager,
|
|
count_capable_contributions)
|
|
|
|
print(get_data_identifiers, compare_data_identifiers, is_av_manager, count_capable_contributions)
|