Skip to content

Commit 793dcc7

Browse files
committed
fix(helmbroker): flake8
1 parent 42bbaad commit 793dcc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/bin/test-style

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# fail hard and fast even on pipelines
77
set -eou pipefail
88

9-
flake8 --show-source
9+
flake8 --show-source --exclude .venv,migrations

rootfs/helmbroker/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .meta import load_instance_meta, load_binding_meta
1515
from .utils import get_instance_path, get_chart_path, get_plan_path, \
16-
get_addon_path, get_addon_name, get_addon_updateable, get_addon_bindable
16+
get_addon_path, get_addon_updateable, get_addon_bindable
1717
from .tasks import provision, bind, deprovision, update
1818
from helmbroker.meta import load_addons_meta
1919

0 commit comments

Comments
 (0)