Skip to content

Commit

Permalink
MAINT: Remove redundant property def
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Apr 28, 2022
1 parent 40fa51f commit 9519056
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/polynomial/_polybase.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ class ABCPolyBase(abc.ABC):
# printing on windows.
_use_unicode = not os.name == 'nt'

@property
def symbol(self):
return self._symbol

@property
def symbol(self):
return self._symbol
Expand Down

0 comments on commit 9519056

Please sign in to comment.