Skip to content

Commit 48258c3

Browse files
committed
linting fix
1 parent 886b009 commit 48258c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
import os
66
import re
7-
from logging import NOTSET, Logger, getLogger
7+
from logging import Logger, getLogger
88
from typing import ClassVar, Dict, List, NamedTuple, Optional, Type, Union
99

1010
from importlib_metadata import version

0 commit comments

Comments
 (0)