Remove unneeded "import gc" in ModuleManager.py
This commit is contained in:
parent
0008cdf1eb
commit
d5bd32a4c7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import gc, glob, imp, inspect, os, sys, uuid
|
||||
import glob, imp, inspect, os, sys, uuid
|
||||
|
||||
class ModuleManager(object):
|
||||
def __init__(self, bot, events, directory="modules"):
|
||||
|
|
Loading…
Reference in a new issue