Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 567fbbd commit 5742488
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion covalent/_serialize/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""" Serialization/Deserialization methods for Assets """
"""Serialization/Deserialization methods for Assets"""

import hashlib
import json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""""
""" "
Pennylane-Qiskit device that uses the local Qiskit `Sampler` primitive
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""""
""" "
Pennylane-Qiskit device that uses the Qiskit Runtime `Sampler` primitive
"""

Expand Down
2 changes: 1 addition & 1 deletion covalent_dispatcher/_core/runner_modules/executor_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""" Monitor executor instances """
"""Monitor executor instances"""


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion covalent_dispatcher/_core/runner_modules/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""" Handlers for the executor proxy """
"""Handlers for the executor proxy"""


from covalent._shared_files import logger
Expand Down
2 changes: 1 addition & 1 deletion covalent_ui/api/v1/database/schema/electron.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Electrons Schema """
"""Electrons Schema"""

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

Expand Down

0 comments on commit 5742488

Please sign in to comment.