Skip to content

Commit

Permalink
Balck formatting setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgupt committed Jan 9, 2025
1 parent 21555db commit e88762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
extensions = []
if not QOKIT_PYTHON_ONLY:
extensions.append(
Extension("simulator", sources=sources, include_dirs=[os.path.join(path, "")], extra_compile_args=["/d2FH4-"] if sys.platform in ['win32'] else [])
Extension("simulator", sources=sources, include_dirs=[os.path.join(path, "")], extra_compile_args=["/d2FH4-"] if sys.platform in ["win32"] else [])
)


Expand Down

0 comments on commit e88762d

Please sign in to comment.