Closed VarIr closed 4 years ago
This pull request fixes 2 alerts when merging 0192c44f4bf12064b1d58694b5362f755a2062df into 3849fc2535683ec51a5fa163ea7489bbfb386950 - view on LGTM.com
fixed alerts:
Merging #11 into master will decrease coverage by
0.01%
. The diff coverage isn/a
.
@@ 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.
Remove imports of modules in their package's
__init__.py
, as this is not necessary (due to LGTM alerts)