Skip to content

Commit

Permalink
🎨 abc ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Dec 15, 2023
1 parent aa3749a commit 9a71e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunchable/plugins/base/base_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def __builtin_data_models__(self) -> List[LunchableDataModel]:
),
]

def refresh_transactions(
def refresh_transactions( # type: ignore[override]
self,
start_date: Optional[datetime.date] = None,
end_date: Optional[datetime.date] = None,
Expand Down

0 comments on commit 9a71e7a

Please sign in to comment.