Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Apr 29, 2023
1 parent 001f66d commit 4af25fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loris/dri_http_authorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from logging import getLogger
import requests

import base64

from contextlib import closing

from .webapp import LorisRequest
Expand Down

0 comments on commit 4af25fe

Please sign in to comment.