diff --git a/files/helpers/const.py b/files/helpers/const.py index 962e6342f..a1c5ffca5 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1,4 +1,4 @@ -from os import environ, listdir +from os import environ import re from copy import deepcopy from json import loads @@ -1098,4 +1098,4 @@ forced_hats = { "marsify": ("Marsified", "I can't pick my own Marseys, help!"), "is_suspended": ("Behind Bars", "This user is banned and needs to do better!"), "agendaposter": ("Egg_irl", "This user is getting in touch with xir identity!") -} +} \ No newline at end of file diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index dd1f9c2c9..9a3e3226b 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -1,5 +1,5 @@ from shutil import move, copyfile -from os import listdir, rename, path +from os import rename, path from files.__main__ import app, limiter from files.helpers.const import *