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 4466cb7

Browse filesBrowse files
committed
clean up logic
1 parent 2b05ece commit 4466cb7
Copy full SHA for 4466cb7

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎plotly/utils.py

Copy file name to clipboardExpand all lines: plotly/utils.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def get_by_path(obj, path):
409409
### validation
410410
def validate_world_readable_and_sharing_settings(option_set):
411411
if ('world_readable' in option_set and
412-
option_set['world_readable'] is not None and
413412
option_set['world_readable'] is True and
414413
'sharing' in option_set and
415414
option_set['sharing'] is not None and

0 commit comments

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