Ignore __repr__ in models/request_revision
This commit is contained in:
parent
4339385664
commit
7a04561dc5
@ -79,7 +79,7 @@ class RequestRevision(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
|
||||
treasury_code = Column(String)
|
||||
ba_code = Column(String)
|
||||
|
||||
def __repr__(self):
|
||||
def __repr__(self): #pragma: no cover
|
||||
return "<RequestRevision(request='{}', id='{}')>".format(
|
||||
self.request_id, self.id
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user