fix linting

This commit is contained in:
holger krekel
2019-07-19 22:48:39 +02:00
parent f13a1d4a2f
commit 7a59da5f8f

View File

@@ -66,6 +66,7 @@ def clear_context_callback(dc_context):
except AttributeError: except AttributeError:
pass pass
def get_dc_event_name(integer, _DC_EVENTNAME_MAP={}): def get_dc_event_name(integer, _DC_EVENTNAME_MAP={}):
if not _DC_EVENTNAME_MAP: if not _DC_EVENTNAME_MAP:
for name, val in vars(const).items(): for name, val in vars(const).items():