Skip to content

Commit 5e45cc2

Browse files
committed
resolved C0302 (too many lines error)
1 parent e555f72 commit 5e45cc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal

opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,12 @@ class LogRecordLimits:
121121
default values and from user provided arguments.
122122
123123
All limit arguments must be either a non-negative integer or ``None``.
124-
125124
- All limit arguments are optional.
126125
- If a limit argument is not set, the class will try to read its value from the corresponding
127126
environment variable.
128127
- If the environment variable is not set, the default value, if any, will be used.
129128
130129
Limit precedence:
131-
132130
- If a model specific limit is set, it will be used.
133131
- Else if the corresponding global limit is set, it will be used.
134132
- Else if the model specific limit has a default value, the default value will be used.

0 commit comments

Comments
 (0)