Skip to content

Commit

Permalink
Fixed coverage issue !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jan 26, 2025
1 parent 6a90377 commit d701c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from bumpversion.ui import get_indented_logger
from bumpversion.versioning.models import VersionComponentSpec # NOQA: TC001

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no-coverage
from bumpversion.scm.models import SCMInfo
from bumpversion.versioning.models import VersionSpec
from bumpversion.versioning.version_config import VersionConfig
Expand Down

0 comments on commit d701c1f

Please sign in to comment.