Skip to content

Commit 1f4d161

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

covalent/_serialize/common.py

Lines changed: 1 addition & 1 deletion
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_dispatcher/_core/runner_modules/executor_proxy.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)