Browse Source

fix type issues unrelated to MR

merge-requests/160/head
pollev 2 months ago
parent
commit
1b368ac405
  1. 2
      tildes/tildes/lib/database.py

2
tildes/tildes/lib/database.py

@ -179,7 +179,7 @@ class RecurrenceRule(TypeDecorator):
if value is None:
return value
return rrulestr(value)
return rrulestr(value) # type: ignore
class TagList(TypeDecorator):

Loading…
Cancel
Save