From e35d3f8c5f258edd8f050527e9c148a0a9517bdf Mon Sep 17 00:00:00 2001 From: pre-commit Date: Tue, 9 Nov 2021 14:35:05 +0000 Subject: [PATCH] pre-commit fixes --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3e67150..56214f4 100755 --- a/setup.py +++ b/setup.py @@ -25,9 +25,7 @@ setup( install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref>=3.2.10,<4"], python_requires=">=3.6", setup_requires=["pytest-runner"], - extras_require={ - "tests": ["hypothesis", "pytest", "pytest-asyncio"] - }, + extras_require={"tests": ["hypothesis", "pytest", "pytest-asyncio"]}, entry_points={ "console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"] },