Commit 35f46ec7 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed flake8 warnings.

parent 86c89265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ class TemplateTests(TestCase):
        # SYNTAX --
        # 'template_name': ('template contents', 'context dict', 'expected string output' or Exception class)
        # This import is necessary when tests are run isolated:
        from .templatetags import custom
        from .templatetags import custom  # noqa
        basedir = os.path.dirname(os.path.abspath(upath(__file__)))
        tests = {
            ### BASIC SYNTAX ################################################
+4 −4

File changed.

Contains only whitespace changes.