From ccb5a299ca19792546ba635adf168e3d097dbfd3 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Thu, 7 Jul 2022 17:16:28 -0500 Subject: [PATCH] Fix the one flake8 error in `setup.py` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 072dfc8d..6c1749d6 100644 --- a/setup.py +++ b/setup.py @@ -152,4 +152,4 @@ ]}, python_requires='>=3.6', zip_safe=False -) + )