Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
chirizxc committed May 23, 2024
1 parent a7da9aa commit bd37923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiogram_dialog/api/entities/modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class StartMode(Enum):
when a new sequence of operations is to be started alongside the
current one.
"""

NORMAL = "NORMAL"
RESET_STACK = "RESET_STACK"
NEW_STACK = "NEW_STACK"

0 comments on commit bd37923

Please sign in to comment.