Ignore __repr__ in models/task_order
This commit is contained in:
parent
aa34b94cf9
commit
0b5264a75a
@ -64,7 +64,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
|
||||
)
|
||||
)
|
||||
|
||||
def __repr__(self):
|
||||
def __repr__(self): #pragma: no cover
|
||||
return "<TaskOrder(number='{}', verified='{}', budget='{}', expiration_date='{}', pdf='{}', id='{}')>".format(
|
||||
self.number,
|
||||
self.verified,
|
||||
|
Loading…
x
Reference in New Issue
Block a user