diff --git a/__init__.py b/__init__.py index c1bff19..a287601 100644 --- a/__init__.py +++ b/__init__.py @@ -30,7 +30,6 @@ from . import config from . import plugin from imp import reload # In case we're being reloaded. -reload(config) reload(plugin) # Add more reloads here if you add third-party modules and want them to be # reloaded when this plugin is reloaded. Don't forget to import them as well!