forked from MarseyWorld/MarseyWorld
remove unnecessary imports
parent
9a6dda2e1c
commit
fa4dee419d
|
@ -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
|
||||||
|
@ -1098,4 +1098,4 @@ forced_hats = {
|
||||||
"marsify": ("Marsified", "I can't pick my own Marseys, help!"),
|
"marsify": ("Marsified", "I can't pick my own Marseys, help!"),
|
||||||
"is_suspended": ("Behind Bars", "This user is banned and needs to do better!"),
|
"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!")
|
"agendaposter": ("Egg_irl", "This user is getting in touch with xir identity!")
|
||||||
}
|
}
|
|
@ -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 *
|
||||||
|
|
Loading…
Reference in New Issue