Skip to content

Commit

Permalink
Pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madelondohmen committed Feb 6, 2025
1 parent 99d7182 commit 46174e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boefjes/boefjes/sql/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RunOnDB(Enum):
CREATE_UPDATE = "create_update"

@classmethod
def from_run_ons(cls, run_ons: list[RunOn] | None) -> Self | None:
def from_run_ons(cls, run_ons: list[RunOn] | None):
if run_ons is None:
return None

Expand Down

0 comments on commit 46174e6

Please sign in to comment.