forked from s3lph/matemat
Removed an unneeded newline that caused the pycodestyle job to fail.
This commit is contained in:
parent
6870ef8f4a
commit
edaf9afc8b
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class Product(object):
|
|||
def name(self, name: str):
|
||||
self._name = name
|
||||
|
||||
|
||||
@property
|
||||
def price_member(self) -> int:
|
||||
return self._price_member
|
||||
|
|
Loading…
Reference in a new issue