Skip to content

Commit 408ee14

Browse files
FIx precommit cheks
1 parent 9fc5d57 commit 408ee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
long_description=__readme_file__,
4646
long_description_content_type="text/markdown",
4747
license="Apache 2.0",
48-
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
48+
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
4949
keywords="sycl numpy python3 intel mkl oneapi gpu dpcpp",
5050
platforms=["Linux", "Windows"],
5151
author="Intel Corporation",

0 commit comments

Comments
 (0)