Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Aug 17, 2024
1 parent d97926a commit 7c3fd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdrhook/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from connector import CdrConnector
from cmaas_utils.types import CMAAS_Map
from cdr_schemas.cdr_responses.area_extractions import AreaType
from cdr_endpoint_schemas import SystemId


auth = HTTPBasicAuth()
Expand Down

0 comments on commit 7c3fd3a

Please sign in to comment.