Skip to content

Commit 955e3b7

Browse files
committed
chore: add comment
1 parent 770a9ab commit 955e3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/package/client.py.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Client:
5050
if params is None:
5151
params = {}
5252

53-
params = {k: v for k, v in params.items() if v is not None}
53+
params = {k: v for k, v in params.items() if v is not None} # Remove None values from params dictionary
5454

5555
data = {}
5656
json = {}

0 commit comments

Comments
 (0)