Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Aug 29, 2024
1 parent 70d1479 commit 06c9ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions apps_ci/version_bump.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from pathlib import Path

from apps_exceptions import AppDoesNotExist, ValidationErrors


Expand Down

0 comments on commit 06c9ff0

Please sign in to comment.