We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770a9ab commit 955e3b7Copy full SHA for 955e3b7
templates/python/package/client.py.twig
@@ -50,7 +50,7 @@ class Client:
50
if params is None:
51
params = {}
52
53
- params = {k: v for k, v in params.items() if v is not None}
+ params = {k: v for k, v in params.items() if v is not None} # Remove None values from params dictionary
54
55
data = {}
56
json = {}
0 commit comments