Fixed flake8 warning.

This commit is contained in:
Tim Graham 2014-10-22 21:21:02 -04:00
parent 28da093ae2
commit ef9e3c5ed8
1 changed files with 1 additions and 0 deletions

View File

@ -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)