Skip to content

Commit

Permalink
Remove TODO from docs (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard36 authored Nov 22, 2024
1 parent c0e59d1 commit 0d5cad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/partial_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def __call__(self, func):
...


# TODO(elias): fix support for coroutine type unwrapping for methods (static typing)
def _method(
_warn_parentheses_missing=None,
*,
Expand All @@ -207,7 +208,6 @@ def _method(
is_generator: Optional[bool] = None,
keep_warm: Optional[int] = None, # Deprecated: Use keep_warm on @app.cls() instead
) -> _MethodDecoratorType:
# TODO(elias): fix support for coroutine type unwrapping for methods (static typing)
"""Decorator for methods that should be transformed into a Modal Function registered against this class's App.
**Usage:**
Expand Down

0 comments on commit 0d5cad4

Please sign in to comment.