remove unnecessary imports

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-27 02:47:52 +02:00
parent 9a6dda2e1c
commit fa4dee419d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from os import environ, listdir from os import environ
import re import re
from copy import deepcopy from copy import deepcopy
from json import loads from json import loads

View File

@ -1,5 +1,5 @@
from shutil import move, copyfile from shutil import move, copyfile
from os import listdir, rename, path from os import rename, path
from files.__main__ import app, limiter from files.__main__ import app, limiter
from files.helpers.const import * from files.helpers.const import *