Skip to content

Commit

Permalink
pylint: disable=unsubscriptable-object
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 5, 2024
1 parent cdb639a commit 00442bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(self) -> None:
"Database", "wait_on_confirmation_timeout")
self.__wait_pool: Optional[ThreadPoolExecutor] = \
ThreadPoolExecutor(max_workers=1)
# pylint: disable=unsubscriptable-object
self.__wait_futures: List[Future[None]] = list()
self.__sent_visualisation_confirmation = False
# These connections are not used to talk to SpiNNaker boards
Expand Down

0 comments on commit 00442bf

Please sign in to comment.