We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426b9b5 commit 02012efCopy full SHA for 02012ef
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