Skip to content

Commit

Permalink
Fixed a bad import.
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jan 13, 2024
1 parent 839f17f commit 46c9c48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bumpversion/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
from pathlib import Path
from typing import Dict, List, MutableMapping, Optional

from utils import get_nested_value, set_nested_value

from bumpversion.config.models import FileChange, VersionPartConfig
from bumpversion.exceptions import VersionNotFoundError
from bumpversion.ui import get_indented_logger
from bumpversion.utils import get_nested_value, set_nested_value
from bumpversion.version_part import Version, VersionConfig

logger = get_indented_logger(__name__)
Expand Down

0 comments on commit 46c9c48

Please sign in to comment.