We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdd4c3 commit 25264d0Copy full SHA for 25264d0
linode_metadata/watcher.py
@@ -85,7 +85,7 @@ def poll(
85
86
@staticmethod
87
def normalize_poll_interval(
88
- poll_interval: Union[timedelta, float, int]
+ poll_interval: Union[timedelta, float, int],
89
) -> timedelta:
90
"""
91
Normalize poll_interval to be an instance of datetime.timedelta.
0 commit comments