Closed JotaFan closed 1 year ago
Name | Stmts | Miss | Cover | Missing | |
---|---|---|---|---|---|
pysubyt/api.py | 122 | 1 | 99.18% | ||
pysubyt/j2/functions.py | 98 | 4 | 95.92% | 82 91 165 | |
pysubyt/j2/generator.py | 18 | 0 | 100.0% | ||
pysubyt/sinks.py | 56 | 8 | 85.71% | 15 25 35 38 41 44 55 | |
pysubyt/sources.py | 191 | 23 | 87.96% | 25 69-76 91-92 129 163 223 228-229 255 266 269-270 298 | |
TOTAL | 485 | 36 | 92.58% |
In the sources.py there are a few imports inside functions. Is there a special reason for this? If no, shouldnt it just be imported in the begining?