Skip to content

Commit d56a61c

Browse files
authored
Update test_handler.py
1 parent 191e937 commit d56a61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/logs/test_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
set_span_in_context,
3636
)
3737

38-
38+
# pylint: disable=too-many-public-methods
3939
class TestLoggingHandler(unittest.TestCase):
4040
def test_handler_default_log_level(self):
4141
processor, logger = set_up_test_logging(logging.NOTSET)

0 commit comments

Comments
 (0)