Ruff format/ Cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from ._common import * # noqa: F401,F403
|
||||
from .edit import handle_key_edit
|
||||
|
||||
|
||||
@router.callback_query(
|
||||
AdminUserEditorCallback.filter(F.action == "users_reissue_menu"),
|
||||
IsAdminFilter(),
|
||||
@@ -239,8 +240,6 @@ async def handle_recreate_key_start(
|
||||
)
|
||||
return
|
||||
|
||||
email = key_obj.email
|
||||
|
||||
tariff_name = "—"
|
||||
if key_obj.tariff_id:
|
||||
tariff = await get_tariff_by_id(session, key_obj.tariff_id)
|
||||
|
||||
Reference in New Issue
Block a user