Skip to content

Commit

Permalink
Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jun 27, 2024
1 parent 249a46f commit 250a000
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/core/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@
from .inline_handlers.swap_handler import InlineSwapHandler
from .inline_handlers.update_info import InlineUpdateInfoHandler

"""
Globals imports for all handlers in the bot
Handlers are imported in the following order:
1. default_handlers
2. inline_handlers
"""

# Globals imports for all handlers in the bot
__all_handlers__ = [
AboutBotHandler,
BotUpdatesHandler,
Expand Down

0 comments on commit 250a000

Please sign in to comment.