diff options
Diffstat (limited to 'tests/apps/apps.py')
| -rw-r--r-- | tests/apps/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/apps.py b/tests/apps/apps.py index 1096c1e4b8..d322b28f2b 100644 --- a/tests/apps/apps.py +++ b/tests/apps/apps.py @@ -16,7 +16,7 @@ class BadConfig(AppConfig): """This class doesn't supply the mandatory 'name' attribute.""" -class NotAConfig(object): +class NotAConfig: name = 'apps' |
