Kaydet (Commit) ef9e3c5e authored tarafından Tim Graham's avatar Tim Graham

Fixed flake8 warning.

üst 28da093a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment