# HG changeset patch # User Manuel Jacob # Date 2022-05-29 10:28:31 # Node ID d7f3f745f20c184931aff762edd736d7eb771858 # Parent 223d55086d7c80960264a7416749213387869a4d cleanup: remove import of already imported module diff --git a/tests/test-context.py b/tests/test-context.py --- a/tests/test-context.py +++ b/tests/test-context.py @@ -125,8 +125,6 @@ repo[None].forget([b'bar-r']) # R bar-r # C foo -from mercurial import scmutil - print('== checking workingctx.status:') wctx = repo[None]