mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
PEP 8 E111 & E114 cleanup. (#20838)
This commit is contained in:
@@ -453,7 +453,7 @@ class Templar:
|
||||
try:
|
||||
self.template(data)
|
||||
except:
|
||||
templatable = False
|
||||
templatable = False
|
||||
return templatable
|
||||
|
||||
def _contains_vars(self, data):
|
||||
|
||||
Reference in New Issue
Block a user