Skip to content

Commit

Permalink
Fix linter on changed function
Browse files Browse the repository at this point in the history
Signed-off-by: Helder Correia <[email protected]>
  • Loading branch information
helderco authored and jedevc committed May 3, 2024
1 parent e537e24 commit dd6b6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/src/dagger/mod/_converter.py
Expand Up @@ -67,7 +67,7 @@ def dagger_type_unstructure(obj):


@functools.cache
def to_typedef(annotation: type) -> "TypeDef": # noqa: C901,PLR0912
def to_typedef(annotation: type) -> "TypeDef": # noqa: C901,PLR0911
"""Convert Python object to API type."""
assert not is_annotated(
annotation
Expand Down

0 comments on commit dd6b6e0

Please sign in to comment.