From 7225ed9a0c64fe0e6c8d8ced772cc9ffe35d69bd Mon Sep 17 00:00:00 2001 From: egede Date: Wed, 20 Dec 2023 00:35:45 +0000 Subject: [PATCH] autopep8 action fixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a65bcce0cc..0da9e1474d 100644 --- a/setup.py +++ b/setup.py @@ -149,4 +149,4 @@ def run(self): cmdclass={ 'tests': RunTestsCommand, }, -) \ No newline at end of file +)