changeset 49282:d7f3f745f20c

cleanup: remove import of already imported module
author Manuel Jacob <me@manueljacob.de>
date Sun, 29 May 2022 12:28:31 +0200
parents 223d55086d7c
children 44b26349127b
files tests/test-context.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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]