Skip to content

Commit

Permalink
Add silent to Strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
bpalmeiro committed Dec 27, 2024
1 parent 13df950 commit 1587472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invisible_cities/types/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class MCTableType(AutoNameEnumBase):


class Strictness(AutoNameEnumBase):
silent = auto()
warning = auto()
stop_proccess = auto()

Expand Down

0 comments on commit 1587472

Please sign in to comment.