Skip to content

Commit 7309781

Browse files
committed
Reformat code with Black
1 parent 8d6fe27 commit 7309781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from setuptools.command.develop import develop
1616
from setuptools.command.install import install
1717

18-
P2PD_VERSION = 'v0.3.1'
19-
P2PD_CHECKSUM = '15292b880c6b31f5b3c36084b3acc17f'
20-
LIBP2P_TAR_URL = f'https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz'
18+
P2PD_VERSION = "v0.3.1"
19+
P2PD_CHECKSUM = "15292b880c6b31f5b3c36084b3acc17f"
20+
LIBP2P_TAR_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"
2121

2222
here = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)