Skip to content

Commit ec8c100

Browse files
committed
format
1 parent 1fdd5fe commit ec8c100

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

_shared_utils/shared_utils/rt_utils.py

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,12 @@ def get_operators(analysis_date, operator_list, verbose=False):
828828

829829

830830
def spa_map_export_link(
831-
gdf: gpd.GeoDataFrame, path: str, state: dict,
832-
site: str = SPA_MAP_SITE, cache_seconds: int = 3600, verbose: bool = False
831+
gdf: gpd.GeoDataFrame,
832+
path: str,
833+
state: dict,
834+
site: str = SPA_MAP_SITE,
835+
cache_seconds: int = 3600,
836+
verbose: bool = False,
833837
):
834838
"""
835839
Called via set_state_export. Handles stream writing of gzipped geojson to GCS bucket,
@@ -855,9 +859,14 @@ def set_state_export(
855859
bucket: str = SPA_MAP_BUCKET,
856860
subfolder: str = "testing/",
857861
filename: str = "test2",
858-
map_type: Literal["speedmap", "speed_variation",
859-
"new_speedmap", "new_speed_variation"
860-
"hqta_areas", "hqta_stops", "state_highway_network"] = None,
862+
map_type: Literal[
863+
"speedmap",
864+
"speed_variation",
865+
"new_speedmap",
866+
"new_speed_variation" "hqta_areas",
867+
"hqta_stops",
868+
"state_highway_network",
869+
] = None,
861870
map_title: str = "Map",
862871
cmap: branca.colormap.ColorMap = None,
863872
color_col: str = None,

0 commit comments

Comments
 (0)