Skip to content

Commit 7cf119c

Browse files
committed
fix lint warnings
1 parent a6a85a6 commit 7cf119c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/sage/combinat/tableau.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8133,7 +8133,6 @@ def __iter__(self):
81338133

81348134
yield self.element_class(self, tableau)
81358135

8136-
81378136
def list(self):
81388137
r"""
81398138
Return a list of the standard Young tableaux of the specified shape.

src/sage/graphs/matching_covered_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,6 @@ def remove_loops(self, vertices=None):
26612661
raise TypeError(f'\'{vertices.__class__.__name__}\' '
26622662
'object is not iterable')
26632663

2664-
26652664
@doc_index('Miscellaneous methods')
26662665
def update_matching(self, matching):
26672666
r"""

0 commit comments

Comments
 (0)