Skip to content

Commit 75c0b84

Browse files
committed
fix lint errors
1 parent 4920570 commit 75c0b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-sdk/tests/metrics/test_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# pylint: disable=protected-access,no-self-use
15+
# pylint: disable=protected-access,no-self-use,too-many-lines
1616

1717
import weakref
1818
from collections.abc import Callable

0 commit comments

Comments
 (0)