Skip to content

Commit

Permalink
Format update from new black version (#1151)
Browse files Browse the repository at this point in the history
Fixes format check failures in CI

Signed-off-by: Bharath <[email protected]>
  • Loading branch information
bharat-thotakura authored Jan 30, 2025
1 parent baf6a88 commit b237d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions supermarq-benchmarks/supermarq/qcvv/base_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Base experiment class and tools used across all experiments.
"""
"""Base experiment class and tools used across all experiments."""
from __future__ import annotations

import functools
Expand Down
3 changes: 1 addition & 2 deletions supermarq-benchmarks/supermarq/qcvv/irb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tooling for interleaved randomised benchmarking
"""
"""Tooling for interleaved randomised benchmarking"""

from __future__ import annotations

Expand Down
3 changes: 1 addition & 2 deletions supermarq-benchmarks/supermarq/qcvv/xeb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tooling for cross entropy benchmark experiments.
"""
"""Tooling for cross entropy benchmark experiments."""
from __future__ import annotations

import itertools
Expand Down

0 comments on commit b237d8c

Please sign in to comment.