remove unused import

master
Aevann 2024-04-10 12:40:43 +02:00
parent 459ab33c63
commit a6dbe6e6fa
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ from sqlalchemy import or_
import click
import requests
import ffmpeg
from files.helpers.stats import *
from files.routes.front import frontlist

View File

@ -1,7 +1,6 @@
import time
from math import floor
import os
import ffmpeg
import random
from sqlalchemy.orm import load_only