Skip to content

Commit a6733dc

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

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

drugforge-data/drugforge/data/services/aws/cloudfront.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Interface for signed URL generation via CloudFront.
2-
3-
"""
1+
"""Interface for signed URL generation via CloudFront."""
42

53
import datetime
64
from os import PathLike

drugforge-data/drugforge/data/services/aws/s3.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Interface for object generation on S3.
2-
3-
"""
1+
"""Interface for object generation on S3."""
42

53
import os
64
from os import PathLike

drugforge-docking/drugforge/docking/selectors/selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def provenance(self) -> dict[str, str]: ...
5656

5757
@staticmethod
5858
def _pair_type_from_complex(
59-
complex: Union[Complex, PreppedComplex]
59+
complex: Union[Complex, PreppedComplex],
6060
) -> Literal["CompoundStructurePair", "DockingInputPair"]:
6161
"""
6262
Returns the pair type that matches a given Complex type.

drugforge-ml/drugforge/ml/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def update_registry(self):
916916

917917
@staticmethod
918918
def parse_yaml_to_models_dict(
919-
yaml_file: Union[str, Path]
919+
yaml_file: Union[str, Path],
920920
) -> dict[str, MLModelSpecBase]:
921921
"""
922922
Parse models registry from yaml spec file

0 commit comments

Comments
 (0)