We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1bbde commit 494a557Copy full SHA for 494a557
{{ cookiecutter.name }}/src/app/services.py
@@ -40,5 +40,4 @@ def validate(self) -> None:
40
validator()
41
42
@abstractmethod
43
- def act(self) -> T:
44
- raise NotImplementedError("Please implement in the service class")
+ def act(self) -> T: ...
0 commit comments