Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Aug 29, 2024
1 parent 7c2a269 commit 1314a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps_ci/scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import pathlib
import yaml

from apps_exceptions import AppDoesNotExist, ValidationErrors
from apps_ci.version_bump import map_renovate_bump_type, bump_version, rename_versioned_dir
from apps_exceptions import AppDoesNotExist, ValidationErrors


def update_app_version(app_path: str, bump_type: str) -> None:
Expand Down

0 comments on commit 1314a45

Please sign in to comment.