Island: Fix type annotation in AWSService

This commit is contained in:
Ilija Lazoroski 2022-08-29 17:46:03 +02:00 committed by Mike Salvatore
parent 6adacf702e
commit 1deb03b6d7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class AWSService:
:return: A sequence of AWSCommandResults
"""
results_queue = Queue()
results_queue: Queue = Queue()
command_threads = []
for i in instances:
t = Thread(