From 0b2bbd9d8002830ff9900ee72363f2c1e90d0d71 Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Fri, 11 Feb 2022 10:51:59 -0300 Subject: [PATCH] fix lint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a3458f..8eea8a6 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( ], }, extras_require={ - 'gpu': gpu_requireds, + "gpu": gpu_requireds, }, version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(),