Skip to content

Commit 6b0a4df

Browse files
committed
Experiment
1 parent c5b635f commit 6b0a4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_relay.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import humanize
1717
import pytest
1818

19-
# This file is in a subdirectory, so add the CUT's location to the path
20-
sys.path.append(str(Path(__file__).resolve().parent.parent.parent))
19+
# # This file is in a subdirectory, so add the CUT's location to the path
20+
# sys.path.append(str(Path(__file__).resolve().parent.parent.parent))
2121
from relay import relay # noqa E402
2222

2323

0 commit comments

Comments
 (0)