diff options
Diffstat (limited to 'tests/pkgs/exceptionviewapp/models.py')
| -rw-r--r-- | tests/pkgs/exceptionviewapp/models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pkgs/exceptionviewapp/models.py b/tests/pkgs/exceptionviewapp/models.py index 25f8e9156..e724b5c96 100644 --- a/tests/pkgs/exceptionviewapp/models.py +++ b/tests/pkgs/exceptionviewapp/models.py @@ -1,4 +1,4 @@ -class NotAnException(object): +class NotAnException: pass @@ -6,11 +6,11 @@ class AnException(Exception): pass -class RouteContext(object): +class RouteContext: pass -class RouteContext2(object): +class RouteContext2: pass |
