We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a954b3 commit 93eb710Copy full SHA for 93eb710
authsignal/client.py
@@ -6,6 +6,7 @@
6
from typing import Dict, Any, Optional
7
import json
8
import requests
9
+import urllib.parse
10
11
_UNICODE_STRING = str
12
0 commit comments