1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix PEP 8 issue.

This commit is contained in:
Matt Clay 2017-06-10 14:07:15 +08:00
parent 5717f4f161
commit a18cc45778

View file

@ -212,4 +212,3 @@ class InventoryModule(BaseInventoryPlugin):
inventory.cache[cache_key] = source_data
self._populate_from_source(source_data, config_data)