Skip to content

Commit f110dc4

Browse files
committed
Fix lint
1 parent 4fcc31b commit f110dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/_view_instrument_match.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from logging import getLogger
1717
from threading import Lock
1818
from time import time_ns
19-
from typing import Dict, List, Sequence, Optional
19+
from typing import Dict, List, Optional, Sequence
2020

2121
from opentelemetry.metrics import Instrument
2222
from opentelemetry.sdk.metrics._internal.aggregation import (

0 commit comments

Comments
 (0)