mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed flake8 warning.
This commit is contained in:
parent
28da093ae2
commit
ef9e3c5ed8
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue