Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add overload for task without args (#54)
This add overload for following case: ``` @app.task def task_func(): ... ``` Refs #51
- Loading branch information