summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
Diffstat (limited to 'poezio')
-rw-r--r--poezio/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/config.py b/poezio/config.py
index fd3d8c83..9ecb4748 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -735,7 +735,7 @@ firstrun = False
config = Config(Path('/dev/null'))
# The logger object for this module
-log: logging.Logger = logging.getLogger(__name__)
+log = logging.getLogger(__name__) # type: logging.Logger
# The command-line options
options = None