Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typing
Browse files Browse the repository at this point in the history
provinzkraut committed Dec 2, 2024
1 parent 02a8367 commit 61125e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pytest_databases/_service.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@
import subprocess # noqa: S404
import time
from contextlib import AbstractContextManager, contextmanager
from typing import TYPE_CHECKING, Any, Callable, Generator, Self
from typing import TYPE_CHECKING, Any, Callable, Generator
from typing_extensions import Self

import filelock
import pytest

0 comments on commit 61125e3

Please sign in to comment.