tests/test-ancestor.py
changeset 52638 dc36535a5edc
parent 51699 ca7bde5dbafb
--- a/tests/test-ancestor.py	Mon Jan 06 13:54:40 2025 -0500
+++ b/tests/test-ancestor.py	Mon Jan 06 14:07:43 2025 -0500
@@ -352,10 +352,8 @@
 
 def genlazyancestors(revs, stoprev=0, inclusive=False):
     print(
-        (
-            "%% lazy ancestor set for %s, stoprev = %s, inclusive = %s"
-            % (revs, stoprev, inclusive)
-        )
+        "%% lazy ancestor set for %s, stoprev = %s, inclusive = %s"
+        % (revs, stoprev, inclusive)
     )
     return ancestor.lazyancestors(
         graph.get, revs, stoprev=stoprev, inclusive=inclusive