From ef9e3c5ed8bcbc345c09ec89c8e8a0ab6d3f8fab Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 Oct 2014 21:21:02 -0400 Subject: [PATCH] Fixed flake8 warning. --- tests/apps/tests.py | 1 + 1 file changed, 1 insertion(+) 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)