matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
262 stars 59 forks source link

Remove always True function check. #168

Closed HexDecimal closed 1 year ago

HexDecimal commented 1 year ago

A new version of Mypy detected this issue, and will raise errors until it's fixed. This code was copied from other places. It's intended that this isn't an optional function here, so I'm removing the extra check.

codecov-commenter commented 1 year ago

Codecov Report

Merging #168 (deef8c6) into master (320754d) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files          14       14           
  Lines        1077     1077           
=======================================
  Hits         1028     1028           
  Misses         49       49           
Impacted Files Coverage Δ
delocate/libsana.py 97.64% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more