Skip to content

Commit 42fca91

Browse files
committed
format code
1 parent f1e0c7a commit 42fca91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/percy/plotly-express.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,7 @@
398398

399399

400400
carshare = px.data.carshare()
401-
fig = px.line_map(
402-
carshare, lat="centroid_lat", lon="centroid_lon", color="peak_hour"
403-
)
401+
fig = px.line_map(carshare, lat="centroid_lat", lon="centroid_lon", color="peak_hour")
404402
fig.write_html(os.path.join(dir_name, "line_map.html"))
405403

406404

0 commit comments

Comments
 (0)