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-22 21:21:02 -0400
commitef9e3c5ed8bcbc345c09ec89c8e8a0ab6d3f8fab (patch)
tree8f82d5970ef7109b4b2fb3331375bdf51a3733f2 /tests/apps
parent28da093ae24c3fb9070055df5d727a9c51c9cf83 (diff)
downloaddjango-ef9e3c5ed8bcbc345c09ec89c8e8a0ab6d3f8fab.tar.gz
Fixed flake8 warning.
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)