We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a8367 commit 61125e3Copy full SHA for 61125e3
src/pytest_databases/_service.py
@@ -6,7 +6,8 @@
6
import subprocess # noqa: S404
7
import time
8
from contextlib import AbstractContextManager, contextmanager
9
-from typing import TYPE_CHECKING, Any, Callable, Generator, Self
+from typing import TYPE_CHECKING, Any, Callable, Generator
10
+from typing_extensions import Self
11
12
import filelock
13
import pytest
0 commit comments