mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Reformat everything.
This commit is contained in:
@@ -37,7 +37,7 @@ class PackageRequirement:
|
||||
return name, None
|
||||
|
||||
# Quick check for simple package names
|
||||
if not any(c in name for c in '>=<!~[]'):
|
||||
if not any(c in name for c in ">=<!~[]"):
|
||||
return name.strip(), None
|
||||
|
||||
deps.validate(self.module, "packaging")
|
||||
|
||||
Reference in New Issue
Block a user