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