@@ -8,10 +8,7 @@ from telethon.tl.types import InputStickerSetID, InputStickerSetShortName, Input
from tortoise.expressions import F
from models import Action, Gif, StickerPack, Admin, BirthDay
-from utils import (
- is_valid_name,
- calculate_age
-)
+from utils import is_valid_name
from config import config
async def is_admin(bot, user):
@@ -8,6 +8,7 @@ from actions import get_all_birthdays
from utils import (
parse_command,
get_link_to_user,
+ calculate_age,
Kind
)