diff options
| author | 2018-09-01 18:58:20 +0100 | |
|---|---|---|
| committer | 2018-09-01 19:09:25 +0100 | |
| commit | efb5c369c01969404ab16b4921b90cae00182a42 (patch) | |
| tree | 5dc666fd605b4f2f46517fd135a58320e2cd055c /ModuleManager.py | |
| parent | Log when a module is unloaded, including how many references are left to the (diff) | |
| signature | ||
Remove unneeded "import gc" in ModuleManager.py
Diffstat (limited to 'ModuleManager.py')
| -rw-r--r-- | ModuleManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ModuleManager.py b/ModuleManager.py index e0b5a215..a05918cb 100644 --- a/ModuleManager.py +++ b/ModuleManager.py @@ -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"): |
