Skip to content

Commit 4b7cfe1

Browse files
committed
tweak
1 parent 217ff80 commit 4b7cfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/core/stac_fastapi/core/basic_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
from stac_fastapi.api.app import StacApi
1515

16-
_SECURITY = HTTPBasic()
1716
_LOGGER = logging.getLogger("uvicorn.default")
17+
_SECURITY = HTTPBasic()
1818
_BASIC_AUTH: Dict[str, Any] = {}
1919

2020

0 commit comments

Comments
 (0)