Skip to content

Commit 8f4ee7b

Browse files
Fixed lint
1 parent fb04f1b commit 8f4ee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contains various utility functions.
33
"""
44

5-
from typing import Any, Dict
65
import string
6+
from typing import Any, Dict
77

88

99
def drop_null_keys(data: Dict[Any, Any], recursive=True) -> Dict[Any, Any]:

0 commit comments

Comments
 (0)