Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tg/handler_registry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dataclasses import dataclass
from typing import Callable, Optional, Literal

from ...consts import CommandCategories
from ..consts import CommandCategories
from . import handlers


Expand Down
2 changes: 1 addition & 1 deletion src/tg/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
# Plain text message handler
from .user_message_handler import (
handle_callback_query,
handle_new_members,
handle_user_message,
)
from .flow_handlers import handle_new_members