X Tutup
Skip to content

Commit 02012ef

Browse files
committed
chore: make lint happy
1 parent 426b9b5 commit 02012ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def set_from_cli(self, cli_value):
5252
else:
5353
self._value = [item.strip() for item in cli_value.split(",")]
5454

55-
5655
def get_for_api(self):
5756
# Do not comma-split single value passed as string
5857
if isinstance(self._value, str):

0 commit comments

Comments
 (0)
X Tutup