Closed Databean closed 4 years ago
mypy analysis before: chc.util.IndexedTable 1.80% imprecise 222 LOC
mypy analysis after: chc.util.IndexedTable 0.45% imprecise 222 LOC
The only remaining "imprecise" line is on creating ElementTree.Element, but I don't see a way to fix that.
Thanks for reviewing!
mypy analysis before: chc.util.IndexedTable 1.80% imprecise 222 LOC
mypy analysis after: chc.util.IndexedTable 0.45% imprecise 222 LOC
The only remaining "imprecise" line is on creating ElementTree.Element, but I don't see a way to fix that.