diff --git a/tests/test_simulator_build.py b/tests/test_simulator_build.py index 6711013d..2c3d33ec 100644 --- a/tests/test_simulator_build.py +++ b/tests/test_simulator_build.py @@ -7,7 +7,8 @@ import numpy as np from qokit import get_qaoa_labs_objective from qokit.fur import get_available_simulator_names -# Uncomment to install python only version locally before running pip install . + +# Uncomment to install python only version locally before running pip install . # PYTHON_ONLY = os.environ.get("QOKIT_PYTHON_ONLY") == "true"