Skip to content

Commit

Permalink
Fix TYPE_CHECKING coverage !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Feb 2, 2025
1 parent 96b29f5 commit a578c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bumpversion.exceptions import ConfigurationError
from bumpversion.ui import get_indented_logger

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no-coverage
from bumpversion.utils import Pathlike

logger = get_indented_logger(__name__)
Expand Down

0 comments on commit a578c6e

Please sign in to comment.