Skip to content

Commit 03c566d

Browse files
committed
black
1 parent 4f6cfde commit 03c566d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

permuta/perm_sets/permset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ def _sigma_0_candidates(b1: Perm, b2: Perm) -> Iterator[Perm]:
277277
yield Perm(result)
278278

279279
@staticmethod
280-
def _sigma_1_candidates(b1: Perm, b2: Perm) -> Iterator[Perm]: # pylint: disable=R0914
280+
def _sigma_1_candidates(
281+
b1: Perm, b2: Perm
282+
) -> Iterator[Perm]: # pylint: disable=R0914
281283
"""Generate candidates where left and right patterns overlap by one element.
282284
283285
Generates all permutations of length |b1| + |b2| - 1 where the first |b1|

0 commit comments

Comments
 (0)