WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e1697b7

Browse files
authored
Update concurrent.py
1 parent 1d630a1 commit e1697b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pylammpsmpi/wrapper/concurrent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from concurrent.futures import Future
88
from queue import Queue
99
from threading import Thread
10-
from pympipool import SocketInterface
11-
from pympipool.share.serial import cancel_items_in_queue
10+
from pympipool import SocketInterface, cancel_items_in_queue
1211

1312

1413
__author__ = "Sarath Menon, Jan Janssen"

0 commit comments

Comments
 (0)