Skip to content

Commit 5572179

Browse files
committed
Add missing import
1 parent de90574 commit 5572179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
get_region,
77
get_token,
88
)
9-
from test.integration.filters.fixtures import (
9+
from test.integration.filters.fixtures import ( # noqa: F401
1010
create_lke_cluster_with_related_nb,
1111
)
1212
from test.integration.helpers import (

0 commit comments

Comments
 (0)