Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Dec 2, 2024
1 parent d7342ca commit d9386a3
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
Expand Up @@ -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
Expand Down

0 comments on commit d9386a3

Please sign in to comment.