Remove unneeded "import gc" in ModuleManager.py

This commit is contained in:
jesopo 2018-09-01 18:58:20 +01:00
parent 0008cdf1eb
commit d5bd32a4c7

View file

@ -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"):