remove `reload(config)`
this is no longer required and will cause double reloads.
This commit is contained in:
parent
21e8dea942
commit
7ed1e2c21c
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue