Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4466cb7

Browse files
committed
clean up logic
1 parent 2b05ece commit 4466cb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/utils.py

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