Skip to content

Commit

Permalink
Make entry_points behave the same across Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Mar 29, 2023
1 parent 6b38349 commit 3633483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry-api/tests/util/test__importlib_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

from unittest import TestCase
from warnings import catch_warnings, filterwarnings

from opentelemetry.metrics import MeterProvider
from opentelemetry.util._importlib_metadata import EntryPoint, EntryPoints
Expand Down

0 comments on commit 3633483

Please sign in to comment.