refactor: update imports and switch to pytest for testing
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from typing_extensions import TypeVar
|
||||
|
||||
import logging
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from typing_extensions import TypeVar
|
||||
|
||||
|
||||
H = TypeVar('H', bound=logging.Handler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user