Fixed flake8 warning.
This commit is contained in:
parent
28da093ae2
commit
ef9e3c5ed8
|
@ -248,6 +248,7 @@ class AppsTests(TestCase):
|
||||||
"Conflicting 'southponies' models in application 'apps':.*"):
|
"Conflicting 'southponies' models in application 'apps':.*"):
|
||||||
type(str("SouthPonies"), (models.Model,), body)
|
type(str("SouthPonies"), (models.Model,), body)
|
||||||
|
|
||||||
|
|
||||||
class Stub(object):
|
class Stub(object):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self.__dict__.update(kwargs)
|
self.__dict__.update(kwargs)
|
||||||
|
|
Loading…
Reference in New Issue