Optimize and fix imports

This commit is contained in:
hteppl
2025-03-25 17:42:53 +03:00
parent 864ebfaba2
commit 6195dfd08d
40 changed files with 61 additions and 113 deletions
-2
View File
@@ -1,5 +1,4 @@
import json
from datetime import datetime
from typing import Any
@@ -7,7 +6,6 @@ import asyncpg
import pytz
from config import CASHBACK, CHECK_REFERRAL_REWARD_ISSUED, DATABASE_URL, REFERRAL_BONUS_PERCENTAGES
from logger import logger