Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agarrido19 committed Jan 21, 2020
1 parent 9a264a3 commit 1f3c824
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dhlmex/resources/destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ class Destination:
neighborhood: str
city: str
state: str

1 change: 0 additions & 1 deletion dhlmex/resources/order_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
class OrderDetails:
description: str
content: str

1 change: 0 additions & 1 deletion dhlmex/resources/origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ class Origin:
neighborhood: str
city: str
state: str

0 comments on commit 1f3c824

Please sign in to comment.