Skip to content

Commit 763a82e

Browse files
authored
Merge pull request #648 from adamchainz/remove_unused_cgi_import
Remove unused cgi import
2 parents 8c2931f + 7b03f5b commit 763a82e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
== Unreleased
22

3-
== 12.4.0
3+
- Remove `cgi` import to avoid triggering a `DeprecationWarning` on Python 3.11.
4+
5+
== Version 12.4.0
46

57
- Update API version with 2023-07, 2023-10, 2024-01 releases ([#694](https://github.com/Shopify/shopify_python_api/pull/694))
68

shopify/collection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from pyactiveresource.collection import Collection
2-
from six.moves.urllib.parse import urlparse, parse_qs
3-
import cgi
42

53

64
class PaginatedCollection(Collection):

0 commit comments

Comments
 (0)