From e687298a2c3bd6c58b1b7ba881d523b08112d3d9 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 16 Jul 2019 14:54:29 -0400 Subject: [PATCH] adds back in missing function name --- packages/python/plotly/plotly/express/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/plotly/plotly/express/__init__.py b/packages/python/plotly/plotly/express/__init__.py index 6a956e64a54..21848cb4283 100644 --- a/packages/python/plotly/plotly/express/__init__.py +++ b/packages/python/plotly/plotly/express/__init__.py @@ -52,6 +52,7 @@ "density_contour", "density_heatmap", "line", + "line_3d", "line_polar", "line_ternary", "line_mapbox",