diff --git a/lib/galaxy/webapps/galaxy/api/users.py b/lib/galaxy/webapps/galaxy/api/users.py index e863475cb05c..a7ab021a1881 100644 --- a/lib/galaxy/webapps/galaxy/api/users.py +++ b/lib/galaxy/webapps/galaxy/api/users.py @@ -6,7 +6,7 @@ import datetime import re -from sqlalchemy import false, true, or_ +from sqlalchemy import false, true, and_, or_ from galaxy import exceptions, util, web from galaxy.exceptions import MessageException