Skip to content

Commit 21afc3c

Browse files
committed
chore: add type hint
1 parent 3583da5 commit 21afc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ami/tests/fixtures/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def create_captures(
138138
interval_minutes: int = 10,
139139
subdir: str = "test",
140140
update_deployment: bool = True,
141-
):
141+
) -> list[SourceImage]:
142142
# Create some images over a few monitoring nights
143143
first_night = datetime.datetime.now()
144144

0 commit comments

Comments
 (0)