Skip to content

Commit 4d9c4ac

Browse files
committed
Fix.
1 parent 49cee82 commit 4d9c4ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_execute.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,8 @@ def task_example() -> Annotated[str, node]:
569569
@pytest.mark.end_to_end()
570570
def test_return_with_custom_type_annotation_as_return(runner, tmp_path):
571571
source = """
572+
from __future__ import annotations
573+
572574
from pathlib import Path
573575
import pickle
574576
from typing import Any

0 commit comments

Comments
 (0)