There was an error while loading. Please reload this page.
1 parent 426b9b5 commit 02012efCopy full SHA for 02012ef
1 file changed
gitlab/types.py
@@ -52,7 +52,6 @@ def set_from_cli(self, cli_value):
52
else:
53
self._value = [item.strip() for item in cli_value.split(",")]
54
55
-
56
def get_for_api(self):
57
# Do not comma-split single value passed as string
58
if isinstance(self._value, str):
0 commit comments