Remove extra line that breaks the PEP8 sanity check

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
TobiasZeuch181 2024-12-05 11:39:26 +01:00 committed by GitHub
parent b5431b4065
commit 2635f51865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -380,7 +380,6 @@ def main():
if not alias and state == "present":
module.fail_json(msg='Name required when adding non-repo files.')
# fill boolean attributes with defaults
if 'enabled' not in repodata:
repodata['enabled'] = '0'