Skip to content

Commit

Permalink
disable for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 16, 2024
1 parent eb29bb1 commit 7197da3
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 7197da3

Please sign in to comment.