mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
* move test factories to libp2p/tools * remove unused inits * move pubsub test utils to tools * cleanup test_interop * fix typing libp2p/tools/utils * add typing to pubsub utils * fix factories typing * fix typing for floodsub_integration_test_settings * fix rest of the typing * fix isort
5 lines
83 B
Python
5 lines
83 B
Python
import os
|
|
import pathlib
|
|
|
|
GO_BIN_PATH = pathlib.Path(os.environ["GOPATH"]) / "bin"
|