From 7a59da5f8ff40beff6ed8ad2b934b6b203d8c5ea Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 19 Jul 2019 22:48:39 +0200 Subject: [PATCH] fix linting --- python/src/deltachat/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/src/deltachat/__init__.py b/python/src/deltachat/__init__.py index bec169890..ea8786454 100644 --- a/python/src/deltachat/__init__.py +++ b/python/src/deltachat/__init__.py @@ -64,7 +64,8 @@ def clear_context_callback(dc_context): try: _DC_CALLBACK_MAP.pop(dc_context, None) except AttributeError: - pass + pass + def get_dc_event_name(integer, _DC_EVENTNAME_MAP={}): if not _DC_EVENTNAME_MAP: