From 9ce93faa22cda8c5aba62dc655ead0c06857f215 Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Fri, 7 May 2021 22:33:11 +1000 Subject: [PATCH] Flake8 setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8765d4b52..ca0dc819d 100755 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ setup( 'discogs-client' if (sys.version_info < (3, 0, 0)) else 'python3-discogs-client' ] + ( - ['py7zr'] if (sys.version_info > (3, 5, 0)) else [] + ['py7zr'] if (sys.version_info > (3, 5, 0)) else [] ), 'lint': [ 'flake8',