jaegertracing / jaeger-client-python

🛑 This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
408 stars 155 forks source link

Remove __future__ imports #335

Closed kasium closed 3 years ago

kasium commented 3 years ago

These imports are just not needed anymore, since we run on python 3.7+. See here https://docs.python.org/3/library/__future__.html

Signed-off-by: Kai Mueller 15907922+kasium@users.noreply.github.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #335 (ca49839) into master (8eed0f7) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
- Coverage   95.41%   95.37%   -0.04%     
==========================================
  Files          25       25              
  Lines        2048     2032      -16     
  Branches      274      274              
==========================================
- Hits         1954     1938      -16     
  Misses         60       60              
  Partials       34       34              
Impacted Files Coverage Δ
crossdock/__init__.py 100.00% <ø> (ø)
jaeger_client/TUDPTransport.py 100.00% <ø> (ø)
jaeger_client/codecs.py 97.04% <ø> (-0.02%) :arrow_down:
jaeger_client/config.py 96.20% <ø> (-0.02%) :arrow_down:
jaeger_client/constants.py 100.00% <ø> (ø)
jaeger_client/ioloop_util.py 67.85% <ø> (-1.11%) :arrow_down:
jaeger_client/local_agent_net.py 95.23% <ø> (-0.12%) :arrow_down:
jaeger_client/metrics/__init__.py 100.00% <ø> (ø)
jaeger_client/metrics/metrics.py 100.00% <ø> (ø)
jaeger_client/reporter.py 92.77% <ø> (-0.05%) :arrow_down:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8eed0f7...ca49839. Read the comment docs.

kasium commented 3 years ago

Not sure what to do with the coverage...

yurishkuro commented 3 years ago

looks like a flaky test somewhere which changes the coverage randomly