Skip to content

Commit

Permalink
Fix Tags.ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxelox committed Apr 7, 2022
1 parent 43ec62e commit e4e3135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superinvoke/objects/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

# Represents the list of available tags.
class Tags(utils.StrEnum):
ALL = "all"
@utils.classproperty
def ALL(cls):
return "all"

0 comments on commit e4e3135

Please sign in to comment.