From 050f4a4a1aefecb01705ebaa0ce4aea6fcdd0895 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Thu, 6 Feb 2025 16:30:50 +0000 Subject: [PATCH] Format. --- pytket/extensions/iqm/__init__.py | 3 +-- pytket/extensions/iqm/backends/__init__.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pytket/extensions/iqm/__init__.py b/pytket/extensions/iqm/__init__.py index ae57327..06f60ea 100644 --- a/pytket/extensions/iqm/__init__.py +++ b/pytket/extensions/iqm/__init__.py @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Backends for processing pytket circuits with IQM devices -""" +"""Backends for processing pytket circuits with IQM devices""" # _metadata.py is copied to the folder after installation. from ._metadata import __extension_version__, __extension_name__ diff --git a/pytket/extensions/iqm/backends/__init__.py b/pytket/extensions/iqm/backends/__init__.py index 1ae3020..db38f27 100644 --- a/pytket/extensions/iqm/backends/__init__.py +++ b/pytket/extensions/iqm/backends/__init__.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Backends for processing pytket circuits with IQM devices -""" +"""Backends for processing pytket circuits with IQM devices""" from .iqm import IQMBackend