Skip to content

Commit 25264d0

Browse files
committed
lint
1 parent dbdd4c3 commit 25264d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_metadata/watcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def poll(
8585

8686
@staticmethod
8787
def normalize_poll_interval(
88-
poll_interval: Union[timedelta, float, int]
88+
poll_interval: Union[timedelta, float, int],
8989
) -> timedelta:
9090
"""
9191
Normalize poll_interval to be an instance of datetime.timedelta.

0 commit comments

Comments
 (0)