1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed flake8 warning.

This commit is contained in:
Tim Graham 2014-10-22 21:21:02 -04:00
parent 28da093ae2
commit ef9e3c5ed8

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)