diff --git a/stubs/cycloneerr/tasks.pyi b/stubs/cycloneerr/tasks.pyi deleted file mode 100644 --- a/stubs/cycloneerr/tasks.pyi +++ /dev/null @@ -1,7 +0,0 @@ -# Stubs for cycloneerr.tasks (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -from typing import Any - -def release(ctx: Any) -> None: ...