Skip to content

Commit 85a1ebf

Browse files
committed
Include AsyncClient in __all__
1 parent 623cf5d commit 85a1ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghga_service_commons/http/correlation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
CORRELATION_ID_HEADER_NAME = "X-Request-Id"
2727

28-
__all__ = ["attach_correlation_id_to_requests"]
28+
__all__ = ["attach_correlation_id_to_requests", "AsyncClient"]
2929

3030

3131
async def _cid_request_hook(request, generate_correlation_id: bool):

0 commit comments

Comments
 (0)