Remove unneeded property

This commit is contained in:
DarkPhoenix
2019-08-04 00:00:53 +03:00
parent e821b2d09c
commit 885a3f1ac9
3 changed files with 10 additions and 11 deletions

View File

@@ -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: