Skip to content

Commit 392259f

Browse files
committed
Pep8 fix
1 parent 3cdcd79 commit 392259f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagging/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
Tests utils for tagging.
33
"""
4-
54
from django.template.loader import BaseLoader
65

6+
77
class VoidLoader(BaseLoader):
88
"""
99
Template loader which is always returning

0 commit comments

Comments
 (0)