diff --git a/jkrimporter/providers/lahti/siirtotiedosto.py b/jkrimporter/providers/lahti/siirtotiedosto.py index 2aa029a7..dc4bb7d4 100644 --- a/jkrimporter/providers/lahti/siirtotiedosto.py +++ b/jkrimporter/providers/lahti/siirtotiedosto.py @@ -7,11 +7,13 @@ logger = logging.getLogger(__name__) + class AsiakastiedotSheet(SiirtotiedostoSheet[Asiakas]): @staticmethod def _obj_from_dict(data): return Asiakas.parse_obj(data) + class LahtiSiirtotiedosto: def __init__(self, path): self._path = path