This commit is contained in:
Leighton Chen 2023-09-18 13:26:50 -07:00
Родитель 9fa333d90f
Коммит c02e8da27a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from logging import LogRecord, getLogger, INFO
from logging import INFO, LogRecord, getLogger
from typing import Dict, Optional
from opentelemetry.sdk._logs import LoggingHandler