We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a41bf4 commit 3cab7ceCopy full SHA for 3cab7ce
double/double_test.py
@@ -1,6 +1,7 @@
1
from typing import TYPE_CHECKING
2
import pytest
3
-from double_protocol_ok import double
+from double_protocol_ok_py312 import double
4
+
5
6
def test_double_int() -> None:
7
given = 2
0 commit comments