Skip to content

Commit 0f1830d

Browse files
authored
fix annotation
1 parent 79deb0a commit 0f1830d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/image-rec-auto/service/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class Service:
2525
def __init__(
2626
self,
2727
imagery_host: str,
28-
imagery_port: str,
28+
imagery_port: int,
2929
master_host: str,
30-
master_port: str,
30+
master_port: int,
3131
fetch_interval: int,
3232
) -> None:
3333
"""Create a new image-rec-auto service."""

0 commit comments

Comments
 (0)