Skip to content

Commit

Permalink
Undo change which broke the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 22, 2023
1 parent 3e1d467 commit c728c25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqlite_utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3106,8 +3106,7 @@ def plugins_list():
click.echo(json.dumps(get_plugins(), indent=2))


if not getattr(sys, "_called_from_test", False):
pm.hook.register_commands(cli=cli)
pm.hook.register_commands(cli=cli)


def _render_common(title, values):
Expand Down

0 comments on commit c728c25

Please sign in to comment.