Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1maple1 authored Jul 24, 2024
1 parent cf13d1d commit 395cb79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brewtils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ class Events(Enum):
TOPIC_CREATED = 54
TOPIC_UPDATED = 55
TOPIC_REMOVED = 56
DIRECTORY_FILE_CHANGE = 57

# Next: 57
# Next: 58


class BaseModel(object):
Expand Down

0 comments on commit 395cb79

Please sign in to comment.