Skip to content

Commit 278855c

Browse files
committed
fix codestyle
1 parent 6fa0b24 commit 278855c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

autointent/modules/abc/_base.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@ def score(self, context: Context, metrics: list[str]) -> dict[str, float]:
5151
raise RuntimeError(msg)
5252

5353
@abstractmethod
54-
def score_cv(self, context: Context, metrics: list[str]) -> dict[str, float]:
55-
...
54+
def score_cv(self, context: Context, metrics: list[str]) -> dict[str, float]: ...
5655

5756
@abstractmethod
58-
def score_ho(self, context: Context, metrics: list[str]) -> dict[str, float]:
59-
...
57+
def score_ho(self, context: Context, metrics: list[str]) -> dict[str, float]: ...
6058

6159
@abstractmethod
6260
def get_assets(self) -> Artifact:

0 commit comments

Comments
 (0)