Skip to content

Commit da52a77

Browse files
authored
lint
1 parent 333c491 commit da52a77

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
@@ -130,7 +130,7 @@ def build_extension(self, ext):
130130
except ValueError:
131131
pass
132132
ext_modules = []
133-
elif sys.platform.startswith("java") or sys.platform == "cli" or sys.implementation.name in ('pypy', 'graalpy'):
133+
elif sys.platform.startswith("java") or sys.platform == "cli" or sys.implementation.name in ("pypy", "graalpy"):
134134
sys.stdout.write(
135135
"""
136136
*****************************************************\n

0 commit comments

Comments
 (0)