Skip to content

Commit cd5cced

Browse files
+ fix import
1 parent 378ede3 commit cd5cced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_parallelprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22
import numpy
33
import pytest
4-
from src.thread import ParallelProcessing, exceptions
4+
from thread import ParallelProcessing, exceptions
55

66

77
# >>>>>>>>>> Dummy Functions <<<<<<<<<< #

tests/test_thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22
import pytest
3-
from src.thread import Thread, exceptions
3+
from thread import Thread, exceptions
44

55

66
# >>>>>>>>>> Dummy Functions <<<<<<<<<< #

0 commit comments

Comments
 (0)