Skip to content

Commit 5843fae

Browse files
committed
Autoformat
1 parent 03e5172 commit 5843fae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/inversion_ideas/base/conditions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class Condition(ABC):
1616
"""
1717

1818
@abstractmethod
19-
def __call__(self, model) -> bool:
20-
...
19+
def __call__(self, model) -> bool: ...
2120

2221
def update(self, model): # noqa: B027
2322
"""

0 commit comments

Comments
 (0)