We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4016ae1 commit bbac5a5Copy full SHA for bbac5a5
1 file changed
tests/fast/test_string_annotation.py
@@ -1,5 +1,8 @@
1
import sys
2
3
+# we need typing.Union in our import cache
4
+from typing import Union # noqa: F401
5
+
6
import pytest
7
8
0 commit comments