Skip to content

Commit 10df0a1

Browse files
Remove sys.path manipulation that caused import issues for Nicola
1 parent 0aed2ff commit 10df0a1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pyeyesweb/analysis_primitives/synchronization.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
Physical Review Letters, 76(11), 1804.
2525
"""
2626

27-
import sys, os
28-
29-
if os.getcwd() not in sys.path:
30-
sys.path.append(os.getcwd())
31-
3227
from collections import deque
3328
import threading
3429
import numpy as np

0 commit comments

Comments
 (0)