Skip to content

Commit

Permalink
Update headers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 22, 2023
1 parent 49d7b20 commit 2e9e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cat/headers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import fnmatch

from fastapi import Request, Header
from fastapi import Request
from fastapi import Security, HTTPException
from fastapi.security.api_key import APIKeyHeader

Expand Down

0 comments on commit 2e9e8c4

Please sign in to comment.