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 Sep 22, 2020
1 parent 5b028aa commit 0043fcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/polynomial/_polybase.py
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 0043fcc

Please sign in to comment.