From 2dd7054fa98bc904f74a5fef37f94e59bded5a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 27 Jun 2020 19:26:00 +0100 Subject: [PATCH] setup.py: fix black format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8f3b6a52..158ee40f9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( entry_points={"console_scripts": ["nur = nur:main"]}, extras_require={ "dev": ["mypy", "flake8>=3.5,<3.6", "black"], - "irc-notifications": ["irc"] + "irc-notifications": ["irc"], }, classifiers=[ "Development Status :: 5 - Production/Stable",