Skip to content

Commit 618c2b8

Browse files
committed
split __init__.py to multiple moduels.
1 parent 21a6cbf commit 618c2b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4657
-3396
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[flake8]
22
max-line-length = 120
33
extend-ignore = E203
4+
per-file-ignores = __init__.py:F401

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Adds Python version to user-agent header on requests
1010
* Removes `shipment.get_rates()` method since the shipment object already has rates. If you need to get new rates for a shipment, please use the `shipment.regenerate_rates()` method.
1111
* Add `retrieve_me()` convenience function that allow users to retrieve without specifying an ID.
12+
* Remove `blob` class since it's never being used
13+
* Remove `track_with_code` in shipment class since it's no longer being used
1214

1315
### v6.0.0 2021-10-12
1416

0 commit comments

Comments
 (0)