We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b635f commit 6b0a4dfCopy full SHA for 6b0a4df
tests/test_relay.py
@@ -16,8 +16,8 @@
16
import humanize
17
import pytest
18
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))
+# # This file is in a subdirectory, so add the CUT's location to the path
+# sys.path.append(str(Path(__file__).resolve().parent.parent.parent))
21
from relay import relay # noqa E402
22
23
0 commit comments