summaryrefslogtreecommitdiffstats
path: root/test/units/template
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-28 00:45:23 +0100
committerGitHub <noreply@github.com>2017-01-28 00:45:23 +0100
commit95789f3949b01c79c729315ff375d0e759f64970 (patch)
treef1e2ed9fcc6aaa5e1ed56a20dd1e609e55489cb6 /test/units/template
parentwin_file: Add check-mode support (#20671) (diff)
downloadansible-95789f3949b01c79c729315ff375d0e759f64970.tar.xz
ansible-95789f3949b01c79c729315ff375d0e759f64970.zip
PEP 8 whitespace cleanup. (#20783)
* PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
Diffstat (limited to 'test/units/template')
-rw-r--r--test/units/template/test_templar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/template/test_templar.py b/test/units/template/test_templar.py
index 91f12feded..f2e1be5dfb 100644
--- a/test/units/template/test_templar.py
+++ b/test/units/template/test_templar.py
@@ -103,7 +103,7 @@ class TestTemplar(unittest.TestCase):
def test_template_jinja2_extensions(self):
fake_loader = DictDataLoader({})
templar = Templar(loader=fake_loader)
-
+
old_exts = C.DEFAULT_JINJA2_EXTENSIONS
try:
C.DEFAULT_JINJA2_EXTENSIONS = "foo,bar"