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 23, 2023
1 parent b6a1b22 commit 11bb46e
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 11bb46e

Please sign in to comment.