clean: remove useless declarations

This commit is contained in:
2025-12-20 22:33:54 +01:00
parent ecbee7a8ac
commit 93a124be2a

View File

@@ -166,13 +166,6 @@ def _create_command_handlers():
_command_handlers = _create_command_handlers() _command_handlers = _create_command_handlers()
run_posts = _command_handlers["posts"]
run_medias = _command_handlers["medias"]
run_likes = _command_handlers["likes"]
run_reposts = _command_handlers["reposts"]
run_quotes = _command_handlers["quotes"]
run_follows = _command_handlers["follows"]
run_bookmarks = _command_handlers["bookmarks"]
def run_all(skip_confirmation: bool = False): def run_all(skip_confirmation: bool = False):