From 93a124be2af50ab7a01e4fcaf77c054ff728bf41 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sat, 20 Dec 2025 22:33:54 +0100 Subject: [PATCH] clean: remove useless declarations --- skywipe/commands.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/skywipe/commands.py b/skywipe/commands.py index 45d989e..8788de4 100644 --- a/skywipe/commands.py +++ b/skywipe/commands.py @@ -166,13 +166,6 @@ def _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):