HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

remove unnecessary 'import gc' #586

Closed goodenou closed 2 years ago

goodenou commented 2 years ago

The extraneous 'import gc' line is causing the FLAKE8 test to fail.

codecov[bot] commented 2 years ago

Codecov Report

Merging #586 (67febfd) into 1.7 (55a5b54) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              1.7     #586   +/-   ##
=======================================
  Coverage   83.34%   83.34%           
=======================================
  Files          45       45           
  Lines        2804     2804           
  Branches      454      454           
=======================================
  Hits         2337     2337           
  Misses        427      427           
  Partials       40       40           
Flag Coverage Δ
python-3.6 83.07% <ø> (ø)
python-3.9 83.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 55a5b54...67febfd. Read the comment docs.