Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
lzchen committed Sep 20, 2020
commit ff4c491db7f9274fda98b4c9bc4402620f1d6230
2 changes: 1 addition & 1 deletion opentelemetry-instrumentation/tests/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# type: ignore

import time
from unittest import mock, TestCase
from unittest import TestCase, mock

from opentelemetry import metrics as metrics_api
from opentelemetry.instrumentation.metric import (
Expand Down