Remove unneeded property
This commit is contained in:
@@ -37,10 +37,6 @@ class BaseWrapper:
|
||||
def isProfile(self):
|
||||
return isinstance(self.item, TargetProfile)
|
||||
|
||||
@property
|
||||
def itemID(self):
|
||||
return self.item.ID
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
if self.isFit:
|
||||
|
||||
Reference in New Issue
Block a user