Drop Agent.get_full_name because is unused

This commit is contained in:
Santiago L 2022-04-28 12:06:43 +02:00
parent 9afe6bf9e6
commit d0e033197c
1 changed files with 0 additions and 4 deletions

View File

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