diff -r 3b6f25190157 -r dc36535a5edc tests/test-walkrepo.py --- a/tests/test-walkrepo.py Mon Jan 06 13:54:40 2025 -0500 +++ b/tests/test-walkrepo.py Mon Jan 06 14:07:43 2025 -0500 @@ -35,18 +35,12 @@ if sym and (len(reposet) != 3): print("reposet = %r" % (reposet,)) print( - ( - "Found %d repositories when I should have found 3" - % (len(reposet),) - ) + "Found %d repositories when I should have found 3" % (len(reposet),) ) if (not sym) and (len(reposet) != 2): print("reposet = %r" % (reposet,)) print( - ( - "Found %d repositories when I should have found 2" - % (len(reposet),) - ) + "Found %d repositories when I should have found 2" % (len(reposet),) ) sub1set = frozenset( (pjoin(b'.', b'sub1'), pjoin(b'.', b'circle', b'subdir', b'sub1'))