improve city template, add index #36
Annotations
7 errors
Ruff (F401):
scripts/fetch-areas.py#L4
scripts/fetch-areas.py:4:30: F401 `shapely.geometry.Point` imported but unused
|
Ruff (F401):
scripts/show.py#L13
scripts/show.py:13:8: F401 `urllib` imported but unused
|
Ruff (SIM108):
scripts/show.py#L33
scripts/show.py:33:1: SIM108 Use ternary operator `outname = os.path.join(dist_dir, "light.html") if LIGHT else os.path.join(dist_dir, "index.html")` instead of `if`-`else`-block
|
Ruff (F401):
server.py#L8
server.py:8:19: F401 `flask.redirect` imported but unused
|
Ruff (F401):
server.py#L8
server.py:8:79: F401 `flask.render_template` imported but unused
|
Ruff (F821):
server.py#L51
server.py:51:55: F821 Undefined name `date_string`
|
build
Process completed with exit code 1.
|