mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove another unneeded lookup function
This commit is contained in:
@@ -39,11 +39,6 @@ class EVEAccount(EVEAPIModel):
|
||||
verbose_name="API Status",
|
||||
help_text="End result of the last attempt at updating this object from the API.")
|
||||
|
||||
@property
|
||||
def api_status_description(self):
|
||||
for choice in API_STATUS_CHOICES:
|
||||
if choice[0] == self.api_status:
|
||||
return choice[1]
|
||||
|
||||
def in_corp(self, corpid):
|
||||
for char in self.characters.all():
|
||||
|
||||
Reference in New Issue
Block a user