Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 22, 2019
1 parent 72301b2 commit e491902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objection/commands/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import click

from ..console import commands
from ..utils.plugin import Plugin as PluginType


Expand Down Expand Up @@ -55,5 +54,6 @@ def load_plugin(args: list = None) -> None:
click.secho('{0}'.format(traceback.format_exc()), dim=True)
return

from ..console import commands
commands.COMMANDS['plugin']['commands'][instance.namespace] = instance.implementation
click.secho('Loaded plugin: {0}'.format(plugin.__name__), bold=True)

0 comments on commit e491902

Please sign in to comment.