typo fixed

This commit is contained in:
Hao Sheng 2021-07-15 09:10:41 -07:00 committed by GitHub
parent 7dcff1e7a7
commit bbb9a14792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import fire
from plot import plot_all
from streetview import (download_streetview_image
from streetview import (download_streetview_image,
calculate_coverage,
calculate_zone,
calculate_road_length)