diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 21:38:42 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 21:38:42 +1000 |
commit | 78d8efed7fc84eefa687a08fa06c6604e4c52042 (patch) | |
tree | 086ba50975e73d84adea4bbf0166cf6b0d59363d /mediagoblin/plugins/ldap/views.py | |
parent | 5bda90f8219a2b03d18f4762a2fd7e77ab91007c (diff) | |
download | mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.tar.lz mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.tar.xz mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.zip |
Fix some unused imports and local variables.
Diffstat (limited to 'mediagoblin/plugins/ldap/views.py')
-rw-r--r-- | mediagoblin/plugins/ldap/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/ldap/views.py b/mediagoblin/plugins/ldap/views.py index 94af5465..f24c55d0 100644 --- a/mediagoblin/plugins/ldap/views.py +++ b/mediagoblin/plugins/ldap/views.py @@ -16,7 +16,7 @@ from mediagoblin import mg_globals, messages from mediagoblin.auth.tools import register_user -from mediagoblin.db.models import User, LocalUser +from mediagoblin.db.models import LocalUser from mediagoblin.decorators import allow_registration, auth_enabled from mediagoblin.plugins.ldap import forms from mediagoblin.plugins.ldap.tools import LDAP |