Skip to content

Commit 61125e3

Browse files
committed
fix typing
1 parent 02a8367 commit 61125e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pytest_databases/_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import subprocess # noqa: S404
77
import time
88
from contextlib import AbstractContextManager, contextmanager
9-
from typing import TYPE_CHECKING, Any, Callable, Generator, Self
9+
from typing import TYPE_CHECKING, Any, Callable, Generator
10+
from typing_extensions import Self
1011

1112
import filelock
1213
import pytest

0 commit comments

Comments
 (0)