Skip to content

Commit

Permalink
fix: hatch fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Nov 8, 2024
1 parent b6daca8 commit dbba6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sirocco/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Data(NodeStr):
date: datetime | None = None

@classmethod
def from_config(cls, config: _DataBaseModel, *, date: datetime | None = None):
def from_config(cls, config: DataBaseModel, *, date: datetime | None = None):
return cls(
name=config.name,
type=config.type,
Expand Down

0 comments on commit dbba6fc

Please sign in to comment.