summaryrefslogtreecommitdiff
path: root/tests/apps
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-22 21:21:02 -0400
committerTim Graham <timograham@gmail.com>2014-10-27 07:13:47 -0400
commitaf1c85e851b25c8a340af5973148c2987917a5d2 (patch)
tree62a679871508a7afd61a9ffe8b335ed9d60417b8 /tests/apps
parent6149a0ab1804e238551424585a346166186fad6f (diff)
[1.7.x] Fixed flake8 warning.
Backport of ef9e3c5ed8 from master
Diffstat (limited to 'tests/apps')
-rw-r--r--tests/apps/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 1a308efb6a..f6bef17e42 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -248,6 +248,7 @@ class AppsTests(TestCase):
"Conflicting 'southponies' models in application 'apps':.*"):
type(str("SouthPonies"), (models.Model,), body)
+
class Stub(object):
def __init__(self, **kwargs):
self.__dict__.update(kwargs)