From 64c0dab3af98985c9301ead838f4508fa0bfc4aa Mon Sep 17 00:00:00 2001 From: mhchia Date: Thu, 29 Aug 2019 00:01:48 +0800 Subject: [PATCH] Fix isort --- tests/interop/test_echo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/interop/test_echo.py b/tests/interop/test_echo.py index a187cf8..57f7bd3 100644 --- a/tests/interop/test_echo.py +++ b/tests/interop/test_echo.py @@ -13,7 +13,6 @@ from libp2p.security.insecure.transport import PLAINTEXT_PROTOCOL_ID, InsecureTr from libp2p.typing import TProtocol from tests.configs import LISTEN_MADDR - GOPATH = pathlib.Path(os.environ["GOPATH"]) ECHO_PATH = GOPATH / "bin" / "echo" ECHO_PROTOCOL_ID = TProtocol("/echo/1.0.0")