Skip to content

Commit e4d2701

Browse files
committed
Fix 'any' not being recognised as science type
1 parent d77e5cd commit e4d2701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kockatykalendar/events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class EventScience(enum.Enum):
1010
FYZ = "fyz"
1111
INF = "inf"
1212
OTHER = "other"
13+
ANY = "any"
1314

1415

1516
class EventType(enum.Enum):

0 commit comments

Comments
 (0)