Skip to content

Commit 4bb5ab7

Browse files
committed
Indent code.
1 parent 6f83cf0 commit 4bb5ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotly/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ 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 True and
413-
'sharing' in option_set and
414-
option_set['sharing'] is not None and
412+
option_set['world_readable'] is True and
413+
'sharing' in option_set and
414+
option_set['sharing'] is not None and
415415
option_set['sharing'] != 'public'):
416416
raise PlotlyError(
417417
"Looks like you are setting your plot privacy to both "

0 commit comments

Comments
 (0)