Optimize import statements and remove unused imports across multiple files

This commit focuses on cleaning up import statements by:
- Removing unused imports
- Organizing import order
- Removing redundant imports
- Ensuring consistent import style across different modules
This commit is contained in:
Zakhar Izmaylov
2025-01-29 07:15:20 +03:00
parent 5f2b40b2d2
commit 8ce7ee0ce0
21 changed files with 40 additions and 1483 deletions
+1 -1
View File
@@ -16,8 +16,8 @@ from database import (
get_key_details,
get_keys,
get_servers,
update_trial,
update_key_expiry,
update_trial,
)
from filters.admin import IsAdminFilter
from handlers.keys.key_utils import (