Skip to content

Commit b0c46a3

Browse files
committed
Fixed coverage issue.
1 parent 49995c6 commit b0c46a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpversion/scm/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
logger = get_indented_logger(__name__)
1212

13-
if TYPE_CHECKING:
13+
if TYPE_CHECKING: # pragma: no-coverage
1414
from bumpversion.config import Config
1515

1616

0 commit comments

Comments
 (0)