univieCUBE / deepnog

Protein orthologous group assignment with deep learning
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

FIX Unrequired module imports (LGTM) #11

Closed VarIr closed 4 years ago

VarIr commented 4 years ago

Remove imports of modules in their package's __init__.py, as this is not necessary (due to LGTM alerts)

lgtm-com[bot] commented 4 years ago

This pull request fixes 2 alerts when merging 0192c44f4bf12064b1d58694b5362f755a2062df into 3849fc2535683ec51a5fa163ea7489bbfb386950 - view on LGTM.com

fixed alerts:

codecov[bot] commented 4 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   96.12%   96.11%   -0.02%     
==========================================
  Files          14       14              
  Lines         568      566       -2     
==========================================
- Hits          546      544       -2     
  Misses         22       22
Impacted Files Coverage Δ
deepnog/__init__.py 100% <ø> (ø) :arrow_up:
deepnog/models/__init__.py 100% <ø> (ø) :arrow_up:

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 3849fc2...0192c44. Read the comment docs.