We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fade9 commit 93beb55Copy full SHA for 93beb55
opentelemetry-sdk/tests/logs/test_log_limits.py
@@ -15,7 +15,9 @@
15
import unittest
16
17
from opentelemetry.sdk._logs import LogLimits
18
-from opentelemetry.sdk._logs._internal import _DEFAULT_OTEL_ATTRIBUTE_COUNT_LIMIT
+from opentelemetry.sdk._logs._internal import (
19
+ _DEFAULT_OTEL_ATTRIBUTE_COUNT_LIMIT,
20
+)
21
22
23
class TestLogLimits(unittest.TestCase):
0 commit comments