Skip to content

Commit

Permalink
Fixed file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ismogis committed Nov 17, 2023
1 parent aea97a9 commit 3d631be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jkrimporter/providers/lahti/siirtotiedosto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d631be

Please sign in to comment.