Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana committed Apr 26, 2017
1 parent 368ba16 commit f429cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/request_tracking_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ def get_tracking_codes(service, quantity):
tracking_codes = client.request_tracking_codes(olist_user, Service.get(service), quantity=quantity)
print(tracking_codes)


get_tracking_codes('41068', 1) # Request 1 PAC Tracking Code
get_tracking_codes('40068', 1) # Request 1 SEDEX Tracking Code

0 comments on commit f429cab

Please sign in to comment.