Skip to content

Commit a980670

Browse files
committed
Fixed import of extract_regex_flags
1 parent 525b909 commit a980670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpversion/scm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from tempfile import NamedTemporaryFile
1010
from typing import TYPE_CHECKING, ClassVar, List, MutableMapping, Optional, Type, Union
1111

12-
from utils import extract_regex_flags
12+
from bumpversion.utils import extract_regex_flags
1313

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

0 commit comments

Comments
 (0)