darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Remove __version__ #165

Closed as6520 closed 2 years ago

as6520 commented 2 years ago

This PR removes version string from sail-on-client/init.py. Python provides helper functions under importlib to determine the version of a package, thus maintaining an additional version is redundant.

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (48dab62) into master (a033fc3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #165   +/-   ##
=========================================
  Coverage   93.247%   93.247%           
=========================================
  Files           34        34           
  Lines         1540      1540           
=========================================
  Hits          1436      1436           
  Misses         104       104           

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 a033fc3...48dab62. Read the comment docs.