8000 removed type hint · yezzatech/wc-api-python@c1b1cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit c1b1cdd

Browse files
committed
removed type hint
1 parent f1bee0d commit c1b1cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __get_oauth_url(self, url, method):
5757

5858
return oauth.get_oauth_url()
5959

60-
def __request(self, method, endpoint, data, params: dict=None, **kwargs):
60+
def __request(self, method, endpoint, data, params=None, **kwargs):
6161
""" Do requests """
6262
if params is None:
6363
params = {}

0 commit comments

Comments
 (0)
0