Skip to content

Commit 942f725

Browse files
committed
Remove unused logger from http module
1 parent d810aa1 commit 942f725

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ghga_service_commons/http/correlation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
"""Tools to enhance traceability of HTTP requests across microservices."""
1616

17-
import logging
1817
from functools import partial
1918
from typing import Union
2019

@@ -26,7 +25,6 @@
2625
)
2726

2827
CORRELATION_ID_HEADER_NAME = "X-Request-Id"
29-
log = logging.getLogger(__name__)
3028

3129

3230
def add_correlation_id_to_request(request, generate_correlation_id: bool):

0 commit comments

Comments
 (0)