Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Nov 21, 2024
1 parent a8c6af4 commit 2efb95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def set_or_migrate_initial_data_import(
self.initial_data_import = replaced_observation.initial_data_import

@staticmethod
def date_older_than_user_delay(user: WebsiteUser, the_date) -> bool:
def date_older_than_user_delay(user: User, the_date) -> bool:
today = timezone.now().date()

return the_date < (
Expand Down

0 comments on commit 2efb95c

Please sign in to comment.