Skip to content

Commit

Permalink
style(lint): where that pre-commit hook when you need it
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 21, 2023
1 parent 7e9e67a commit 134748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from taskiq import TaskiqResult
from typing_extensions import Self # Introduced 3.11

from .types import IntOrNone, SilverbackIdent, ISilverbackSettings
from .types import IntOrNone, ISilverbackSettings, SilverbackIdent


class SilverbackState(BaseModel):
Expand Down

0 comments on commit 134748d

Please sign in to comment.