Skip to content

Commit

Permalink
Remove unused model from users api
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 5, 2017
1 parent 6f95ba9 commit ea9019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/users.py
Expand Up @@ -11,7 +11,7 @@
from markupsafe import escape
from sqlalchemy import false, true, and_, or_

from galaxy import exceptions, model, util, web
from galaxy import exceptions, util, web
from galaxy.exceptions import MessageException, ObjectInvalid
from galaxy.managers import users
from galaxy.security.validate_user_input import validate_email
Expand Down

0 comments on commit ea9019c

Please sign in to comment.