Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit d25ae6c

Browse files
Release Managervbraun
Release Manager
authored andcommitted
Trac #20966: Remove duplicate line from misc/decorators.py
Minor code cleanup URL: https://trac.sagemath.org/20966 Reported by: paulmasson Ticket author(s): Paul Masson Reviewer(s): Travis Scrimshaw
2 parents 916e013 + c2f9e16 commit d25ae6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/sage/misc/decorators.py

-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ def __init__(self, deprecated=None, deprecation=None, **renames):
660660
"""
661661
assert deprecated is None, 'Use @rename_keyword(deprecation=<trac_number>, ...)'
662662
self.renames = renames
663-
self.renames = renames
664663
self.deprecation = deprecation
665664

666665
def __call__(self, func):

0 commit comments

Comments
 (0)