mirror of
https://github.com/kennethreitz/empartations.git
synced 2026-06-05 14:50:20 +00:00
Refactor DivineBeing __str__ method for better string representation
This commit is contained in:
@@ -37,3 +37,6 @@ class DivineBeing(BaseModel):
|
||||
)
|
||||
|
||||
return anglicized_name
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user