Skip to content

Commit 4f21cbc

Browse files
committed
Remove unused cgi import
1 parent b00e506 commit 4f21cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== Unreleased
22

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

57
- Update API version with 2023-01 release ([#631](https://github.com/Shopify/shopify_python_api/pull/631))

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)