Skip to content

Commit

Permalink
definition annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbourdon authored and nyalldawson committed Oct 22, 2021
1 parent dfe2638 commit 297ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/utils.py
Expand Up @@ -577,7 +577,7 @@ def isPluginLoaded(packageName: str) -> bool:
return (packageName in active_plugins)


def reloadPlugin(packageName: str):
def reloadPlugin(packageName: str) -> bool:
""" unload and start again a plugin """
global active_plugins
if packageName not in active_plugins:
Expand Down

0 comments on commit 297ee72

Please sign in to comment.