Ruff format/ Cleanup

This commit is contained in:
Vladless
2026-04-14 07:19:14 +00:00
parent 0e8b0d04f0
commit 39dd2432cc
224 changed files with 1583 additions and 1182 deletions
+1 -1
View File
@@ -162,8 +162,8 @@ async def process_get_cryptolink_after_renewal(
try:
from config import REMNAWAVE_LOGIN, REMNAWAVE_PASSWORD
from database import get_tariff_by_id
from services.operations.utils import is_plan_vless
from panels.remnawave import RemnawaveAPI
from services.operations.utils import is_plan_vless
remna = RemnawaveAPI(remnawave_nodes[0]["api_url"])
if not await remna.login(REMNAWAVE_LOGIN, REMNAWAVE_PASSWORD):