We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4f375 commit 0522b16Copy full SHA for 0522b16
jigsawstack/helpers.py
@@ -1,8 +1,4 @@
1
-# Helper method that:
2
-# Accepts a dictionary ro typed dictionary or None
3
-# Also accepts a path for url endpont,
4
-# Builds the url endpoint with non None values where the key is the parameter name & the value is the parameter value
5
-# Returns the url endpoint with the parameters
+
6
from typing import Dict, Optional, Union
7
from urllib.parse import urlencode
8
0 commit comments