remove unused imports

pull/198/head
Aevann 2023-09-04 18:05:37 +03:00
parent 25f744b62c
commit 7ce0345bb2
1 changed files with 0 additions and 2 deletions

View File

@ -2,9 +2,7 @@ import time
from math import floor
import os
from sqlalchemy.exc import IntegrityError
from sqlalchemy.orm import load_only
from psycopg2.errors import UniqueViolation
from files.__main__ import app, cache, limiter
from files.classes import *