Skip to content

Commit

Permalink
Replace more pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Oct 4, 2023
1 parent d691862 commit 191842d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from abc import ABC, abstractmethod
from logging import getLogger

from pkg_resources import EntryPoint
from importlib_metadata import EntryPoint

from opentelemetry.instrumentation.instrumentor import BaseInstrumentor

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-instrumentation/tests/test_distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from unittest import TestCase

from pkg_resources import EntryPoint
from importlib_metadata import EntryPoint

from opentelemetry.instrumentation.distro import BaseDistro
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
Expand Down

0 comments on commit 191842d

Please sign in to comment.