Skip to content

Commit 3cab7ce

Browse files
committed
formatting fix
1 parent 6a41bf4 commit 3cab7ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

double/double_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import TYPE_CHECKING
22
import pytest
3-
from double_protocol_ok import double
3+
from double_protocol_ok_py312 import double
4+
45

56
def test_double_int() -> None:
67
given = 2

0 commit comments

Comments
 (0)