mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-04-27 11:05:55 +02:00
Fix Python errors reported by mypy
This commit fixes Python errors and warnings reported by static type checking with mypy. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a9dd9c7d0d
commit
952bf4a4e1
9 changed files with 15 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ import jwutils.log
|
|||
|
||||
class Object(object): # export
|
||||
|
||||
def __init__():
|
||||
def __init__(self):
|
||||
self.log_level = jwutils.log.level
|
||||
|
||||
def log(self, prio, *args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue