Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 10, 2025
1 parent a6a85a6 commit 7cf119c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sage/combinat/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -8133,7 +8133,6 @@ def __iter__(self):

yield self.element_class(self, tableau)


def list(self):
r"""
Return a list of the standard Young tableaux of the specified shape.
Expand Down
1 change: 0 additions & 1 deletion src/sage/graphs/matching_covered_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2661,7 +2661,6 @@ def remove_loops(self, vertices=None):
raise TypeError(f'\'{vertices.__class__.__name__}\' '
'object is not iterable')


@doc_index('Miscellaneous methods')
def update_matching(self, matching):
r"""
Expand Down

0 comments on commit 7cf119c

Please sign in to comment.