1
0
Fork 0

avoid repeating TODOs

This commit is contained in:
Mateusz Konieczny 2025-01-15 16:50:23 +01:00
parent cc91eb1da2
commit a4da79bb16

View file

@ -37,9 +37,10 @@ def publish_geojson_when_generating_reports():
def graph_distance_distribution_when_generating_reports():
# TODO: make it working for new graticule report generation (generate global statistics)
# TODO: likely it should be entirely new script, not piggybacking on report generation
# TODO: add when I will need such reports and will have time budget for adding and using them
# TODO graphing distance distribution - make it working with new graticule report generation (generate global statistics)
# this used to work when scan was limited to single-ciuntry spiders
# likely it should be entirely new script, not piggybacking on report generation
# add when I will need such reports and will have time budget for adding and using them
return False