Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dec90ad

Browse filesBrowse files
nicolaskruchtenjonmmease
authored andcommitted
prevent schema error in PX when mapbox token not set (plotly#1705)
1 parent d105f56 commit dec90ad
Copy full SHA for dec90ad

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • packages/python/plotly/plotly/express
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/python/plotly/plotly/express/_core.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_core.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self):
2929
defaults = PxDefaults()
3030
del PxDefaults
3131

32-
MAPBOX_TOKEN = ""
32+
MAPBOX_TOKEN = None
3333

3434

3535
def set_mapbox_access_token(token):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.