Skip to content

Commit fc321d5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b62dcc7 commit fc321d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
GITHUB_ACTOR_KEY,
55
GITHUB_TOKEN_KEY,
66
Builder,
7-
yaml,
87
_check_call,
98
_fix_chart_version,
109
_get_git_remote_url,
@@ -13,6 +12,7 @@
1312
_get_image_extra_build_command_options,
1413
_get_latest_commit_tagged_or_modifying_paths,
1514
_image_needs_pushing,
15+
yaml,
1616
)
1717

1818

tests/test_repo_interactions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import os
22

33
import chartpress
4-
from chartpress import PRERELEASE_PREFIX
5-
from chartpress import yaml
4+
from chartpress import PRERELEASE_PREFIX, yaml
65

76

87
def check_version(tag):

0 commit comments

Comments
 (0)