Remove unused import
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 22s

This commit is contained in:
Jon Michael Aanes 2025-06-14 00:37:40 +02:00
parent 0447711fb6
commit c5ae68811d

View File

@ -5,8 +5,6 @@ import fin_defs
from typing import Any from typing import Any
import dataclasses import dataclasses
from . import common
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@dataclasses.dataclass(frozen=True) @dataclasses.dataclass(frozen=True)