Closed gene1wood closed 3 years ago
Merging #93 (d2347f5) into master (92e8c7c) will decrease coverage by
0.20%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #93 +/- ##
==========================================
- Coverage 82.42% 82.22% -0.21%
==========================================
Files 1 1
Lines 495 495
==========================================
- Hits 408 407 -1
- Misses 87 88 +1
Impacted Files | Coverage Δ | |
---|---|---|
tvdb_api.py | 82.22% <0.00%> (-0.21%) |
:arrow_down: |
Thanks for this! Shall make a new patch release with this soon
This constrains the requests-cache package to a version older than 0.6.0 in which the
_to_bytes
method was removed. This method is used in tvdb_api. Once use of the_to_bytes
methods is removed from tvdb_api, this version contraint can be removed.Fixes #92