Skip to content

Commit 7d63d6c

Browse files
Fix Tests on python 3.12
1 parent 9ebed46 commit 7d63d6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dbs_annotator/logging_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import faulthandler
24
import logging
35
import platform

0 commit comments

Comments
 (0)