Skip to content

Commit c728c25

Browse files
committed
Undo change which broke the tests
1 parent 3e1d467 commit c728c25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlite_utils/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3106,8 +3106,7 @@ def plugins_list():
31063106
click.echo(json.dumps(get_plugins(), indent=2))
31073107

31083108

3109-
if not getattr(sys, "_called_from_test", False):
3110-
pm.hook.register_commands(cli=cli)
3109+
pm.hook.register_commands(cli=cli)
31113110

31123111

31133112
def _render_common(title, values):

0 commit comments

Comments
 (0)