Skip to content

Commit

Permalink
Refactor function
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Mar 17, 2023
1 parent 8b598dc commit 94cda86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opentelemetry-api/tests/util/test__importlib_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import Dict, Tuple
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 Expand Up @@ -62,6 +62,7 @@ def test_uniform_behavior(self):
entry_point.value,
"opentelemetry.baggage.propagation:W3CBaggagePropagator",
)
self.assertEqual(entry_points, tuple())

entry_points = importlib_metadata_entry_points(
group="opentelemetry_propagator"
Expand Down

0 comments on commit 94cda86

Please sign in to comment.