Skip to content

Commit

Permalink
[#190] fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marisahoenig committed Oct 14, 2020
1 parent 9ced87d commit 766fe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1643,8 +1643,8 @@ def serialize(self):
serialized['postcode'] = col.get('postcode')
serialized['estimated_delivery'] = \
get_letter_timings(serialized['created_at'], postage=self.postage) \
.earliest_delivery \
.strftime(DATETIME_FORMAT)
.earliest_delivery \
.strftime(DATETIME_FORMAT)

return serialized

Expand Down

0 comments on commit 766fe2e

Please sign in to comment.