diff options
Diffstat (limited to 'tests/auth_tests/backend_alias.py')
| -rw-r--r-- | tests/auth_tests/backend_alias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/backend_alias.py b/tests/auth_tests/backend_alias.py index ae14d1538c..fe398d1674 100644 --- a/tests/auth_tests/backend_alias.py +++ b/tests/auth_tests/backend_alias.py @@ -1,4 +1,4 @@ # For testing that auth backends can be referenced using a convenience import from .test_auth_backends import ImportedModelBackend -__all__ = ['ImportedModelBackend'] +__all__ = ["ImportedModelBackend"] |
