Skip to content

Commit 10eb24e

Browse files
committed
black
1 parent 03c566d commit 10eb24e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

permuta/perm_sets/permset.py

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

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

0 commit comments

Comments
 (0)