lib.log: from __future__ import annotations
The last commit to fix checker findings broke runtime behaviour, fix that.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
24928c6f5d
commit
f87e386906
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import sys
|
import sys
|
||||||
import syslog
|
import syslog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue