Skip to content

Commit

Permalink
Merge pull request EmergenceAI#89 from EmergenceAI/dev
Browse files Browse the repository at this point in the history
merge dev
  • Loading branch information
teaxio authored Jul 30, 2024
2 parents 5a11c45 + cbeb367 commit cc4f355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ae/utils/ui_messagetype.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from enum import Enum


# class syntax
class MessageType(Enum):
PLAN = "plan"
STEP = "step"
Expand All @@ -11,3 +10,4 @@ class MessageType(Enum):
INFO = "info"
FINAL = "final"
DONE = "transaction_done"
ERROR = "error"

0 comments on commit cc4f355

Please sign in to comment.