Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Fix linting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ProvoK committed May 20, 2018
1 parent a4955e1 commit 715e034
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crossdock/server/endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
import json
import os

from jaeger_client.local_agent_net import LocalAgentHTTP, LocalAgentSender
from jaeger_client.local_agent_net import LocalAgentHTTP
from jaeger_client.config import (
Config,
DEFAULT_SAMPLING_PORT,
DEFAULT_REPORTING_PORT,
DEFAULT_SAMPLING_PORT
)
from jaeger_client.constants import (
SAMPLER_TYPE_CONST,
Expand Down

0 comments on commit 715e034

Please sign in to comment.