Skip to content

Commit 93eb710

Browse files
Fix import
1 parent 1a954b3 commit 93eb710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

authsignal/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from typing import Dict, Any, Optional
77
import json
88
import requests
9+
import urllib.parse
910

1011
_UNICODE_STRING = str
1112

0 commit comments

Comments
 (0)