Drop Agent.get_full_name because is unused
This commit is contained in:
parent
9afe6bf9e6
commit
d0e033197c
|
@ -47,10 +47,6 @@ class Agent(Thing):
|
|||
db.Index('agent_type', type, postgresql_using='hash'),
|
||||
)
|
||||
|
||||
@property
|
||||
def get_full_name(self):
|
||||
return self.name
|
||||
|
||||
@declared_attr
|
||||
def __mapper_args__(cls):
|
||||
"""Defines inheritance.
|
||||
|
|
Reference in New Issue