general/ci: mypy check tests
This commit is contained in:
parent
c63177e186
commit
07e7c62d02
7 changed files with 37 additions and 14 deletions
|
@ -13,7 +13,7 @@ from more_itertools import ilen
|
|||
def test_location_perf() -> None:
|
||||
# 2.80 s for 10 iterations and 10K points
|
||||
# TODO try switching to jq and see how it goes? not sure..
|
||||
print(ilen(islice(LT.iter_locations(), 0, 10000)))
|
||||
print(ilen(islice(LT.iter_locations(), 0, 10000))) # type: ignore
|
||||
|
||||
|
||||
# in theory should support any HTML takeout file?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue