mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Undo change which broke the tests
This commit is contained in:
parent
3e1d467c52
commit
c728c25555
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue