We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d105f56 commit dec90adCopy full SHA for dec90ad
packages/python/plotly/plotly/express/_core.py
@@ -29,7 +29,7 @@ def __init__(self):
29
defaults = PxDefaults()
30
del PxDefaults
31
32
-MAPBOX_TOKEN = ""
+MAPBOX_TOKEN = None
33
34
35
def set_mapbox_access_token(token):
0 commit comments