Skip to content

Commit 1cc7d64

Browse files
committed
delete removed config keys from offline.py
1 parent f4a5dd7 commit 1cc7d64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

plotly/offline/offline.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,8 @@ def _get_jconfig(config=None):
122122
"showAxisRangeEntryBoxes",
123123
"showTips",
124124
"displayNotifier",
125-
"showLink",
126-
"linkText",
127-
"sendData",
128-
"showSources",
129125
"displayModeBar",
130126
"showSendToCloud",
131-
"showEditInChartStudio",
132127
"modeBarButtonsToRemove",
133128
"modeBarButtonsToAdd",
134129
"modeBarButtons",
@@ -138,7 +133,6 @@ def _get_jconfig(config=None):
138133
"plotGlPixelRatio",
139134
"setBackground",
140135
"topojsonURL",
141-
"mapboxAccessToken",
142136
"logging",
143137
"notifyOnLogging",
144138
"queueLength",

0 commit comments

Comments
 (0)