Skip to content

Commit

Permalink
Use latest up-coming version of pympipool
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Aug 8, 2023
1 parent 90d3cc3 commit 99c8e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysqa/executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import queue
from concurrent.futures import Future, Executor as FutureExecutor

from pympipool import cancel_items_in_queue, RaisingThread
from pympipool.shared import cancel_items_in_queue, RaisingThread
from pysqa.executor.helper import (
reload_previous_futures,
find_executed_tasks,
Expand Down

0 comments on commit 99c8e90

Please sign in to comment.