Linter hates on us if there's no comma at the end

This commit is contained in:
Anton Hvornum 2021-06-09 20:53:23 +02:00 committed by GitHub
parent 53c2452098
commit 26c522969f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def _prep_function(*args, **kwargs):
'budgie',
'mate',
'deepin',
'enlightenment'
'enlightenment',
]
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ', allow_empty_input=False, sort=True)