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
Fix lint
  • Loading branch information
srikanthccv committed Jan 16, 2021
commit 2d73e8462a5d334f37bb8a916a168402980154e1
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
from opentelemetry.configuration import Configuration
from opentelemetry.exporter.zipkin import (
NAME_KEY,
VERSION_KEY,
SPAN_KIND_MAP_JSON,
SPAN_KIND_MAP_PROTOBUF,
TRANSPORT_FORMAT_JSON,
TRANSPORT_FORMAT_PROTOBUF,
VERSION_KEY,
ZipkinSpanExporter,
nsec_to_usec_round,
)
Expand Down