Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Aug 5, 2023
1 parent 49cee82 commit 4d9c4ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ def task_example() -> Annotated[str, node]:
@pytest.mark.end_to_end()
def test_return_with_custom_type_annotation_as_return(runner, tmp_path):
source = """
from __future__ import annotations
from pathlib import Path
import pickle
from typing import Any
Expand Down

0 comments on commit 4d9c4ac

Please sign in to comment.