8000 Close docstring · jstacoder/twilio-python@eaa8cbf · GitHub
[go: up one dir, main page]

Skip to content

Commit eaa8cbf

Browse files
author
Doug Black
committed
Close docstring
1 parent 65e3def commit eaa8cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twilio/values.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ def of(d):
88
99
:param dict d: A dict to strip.
1010
:return dict: A dict with unset values removed.
11+
"""
1112
return {k: v for k, v in iteritems(d) if v != unset}

0 commit comments

Comments
 (0)
0