Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Aug 17, 2021
1 parent 9496c0a commit 6b34bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/resources/user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from fence.errors import NotFound, Unauthorized, UserError, InternalError
from fence.jwt.utils import get_jwt_header
from fence.models import query_for_user
from fence.resources.openid
# from fence.resources.openid

logger = get_logger(__name__)

Expand Down

0 comments on commit 6b34bfd

Please sign in to comment.