tests/test-walkrepo.py
changeset 52638 dc36535a5edc
parent 48875 6000f5b25c9b
--- 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'))