Remove unneeded "import gc" in ModuleManager.py
This commit is contained in:
parent
1d35cee332
commit
efb5c369c0
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):
|
class ModuleManager(object):
|
||||||
def __init__(self, bot, events, directory="modules"):
|
def __init__(self, bot, events, directory="modules"):
|
||||||
|
|
Loading…
Reference in a new issue