Skip to content

Commit a5cd78e

Browse files
committed
Format python code with black.
1 parent bf39874 commit a5cd78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __str__(self):
5050

5151
# Developer option
5252
#
53-
#if platform.system() == "Darwin":
53+
# if platform.system() == "Darwin":
5454
# # XCode10 or later does not support libstdc++, so we need to use libc++.
5555
# # macosx-version 10.6 does not support libc++, so we require min macosx version 10.9.
5656
# ext_compile_args.append("-stdlib=libc++")

0 commit comments

Comments
 (0)