refactor(api): remove unused merchant_valid variable

This commit is contained in:
2026-07-16 08:47:53 +05:00
parent 30686aeabd
commit 55b31b28ca
-1
View File
@@ -102,7 +102,6 @@ class LolzteamAPI:
# Проверка кассы/кошелька
async def check(self) -> Tuple[bool, str]:
status, response = await self._request("me", method="GET")
merchant_valid = False
if (
status