Skip to content

Commit 5742488

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 567fbbd commit 5742488

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

covalent/_serialize/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
""" Serialization/Deserialization methods for Assets """
17+
"""Serialization/Deserialization methods for Assets"""
1818

1919
import hashlib
2020
import json

covalent/executor/quantum_plugins/qiskit_plugin/local_sampler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
""""
17+
""" "
1818
Pennylane-Qiskit device that uses the local Qiskit `Sampler` primitive
1919
"""
2020

covalent/executor/quantum_plugins/qiskit_plugin/runtime_sampler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
""""
17+
""" "
1818
Pennylane-Qiskit device that uses the Qiskit Runtime `Sampler` primitive
1919
"""
2020

covalent_dispatcher/_core/runner_modules/executor_proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
""" Monitor executor instances """
17+
"""Monitor executor instances"""
1818

1919

2020
from typing import Any

covalent_dispatcher/_core/runner_modules/jobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
""" Handlers for the executor proxy """
17+
"""Handlers for the executor proxy"""
1818

1919

2020
from covalent._shared_files import logger

covalent_ui/api/v1/database/schema/electron.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
"""Electrons Schema """
17+
"""Electrons Schema"""
1818

1919
from sqlalchemy import Boolean, Column, DateTime, ForeignKey, Integer, String, Text, func
2020

0 commit comments

Comments
 (0)