Skip to content

Commit 932ed7a

Browse files
committed
Fixup: remove default value in description
Signed-off-by: Toni Finger <[email protected]>
1 parent fa0247e commit 932ed7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/plugin/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class KubernetesClusterPlugin():
1313
`kubeconfig_filepath`
1414
1515
- Implement `create_cluster` and `delete_cluster` methods
16-
- Create `__init__(self, config_file=None)` method to handle api specific
16+
- Create `__init__(self, config_file)` method to handle api specific
1717
configurations.
1818
1919
Example:

0 commit comments

Comments
 (0)