Skip to content

Commit 75aa318

Browse files
committed
add future annotations
1 parent 00e5008 commit 75aa318

File tree

1 file changed

+2
-0
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+2
-0
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from __future__ import annotations
16+
1517
import urllib.parse
1618
from contextlib import contextmanager
1719
from importlib import import_module

0 commit comments

Comments
 (0)