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 fb04f1b commit 8f4ee7bCopy full SHA for 8f4ee7b
linode_api4/util.py
@@ -2,8 +2,8 @@
2
Contains various utility functions.
3
"""
4
5
-from typing import Any, Dict
6
import string
+from typing import Any, Dict
7
8
9
def drop_null_keys(data: Dict[Any, Any], recursive=True) -> Dict[Any, Any]:
0 commit comments