Skip to content

Commit bbac5a5

Browse files
committed
Fixed test
1 parent 4016ae1 commit bbac5a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fast/test_string_annotation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import sys
22

3+
# we need typing.Union in our import cache
4+
from typing import Union # noqa: F401
5+
36
import pytest
47

58

0 commit comments

Comments
 (0)