Add missing typing

This commit is contained in:
Jaime van Kessel 2019-12-13 15:20:43 +01:00
parent 028a60318c
commit 93ee111566
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 8 additions and 4 deletions

View file

@ -40,4 +40,4 @@ class SentryLogger(LogOutput):
elif log_type == "d":
level = "debug"
return level
return level