Skip to content

Commit dec90ad

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

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

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

Lines 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)