Skip to content

Commit

Permalink
Fixed import of extract_regex_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 6, 2023
1 parent 525b909 commit a980670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from tempfile import NamedTemporaryFile
from typing import TYPE_CHECKING, ClassVar, List, MutableMapping, Optional, Type, Union

from utils import extract_regex_flags
from bumpversion.utils import extract_regex_flags

if TYPE_CHECKING: # pragma: no-coverage
from bumpversion.config import Config
Expand Down

0 comments on commit a980670

Please sign in to comment.