Skip to content

Commit 7250704

Browse files
committed
fix indentation
1 parent 1b7efe2 commit 7250704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/basedatatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3908,7 +3908,7 @@ def write_image(self, *args, **kwargs):
39083908
warnings.warn(
39093909
ENGINE_PARAM_DEPRECATION_MSG, DeprecationWarning, stacklevel=2
39103910
)
3911-
return pio.write_image(self, *args, **kwargs)
3911+
return pio.write_image(self, *args, **kwargs)
39123912

39133913
# Static helpers
39143914
# --------------

0 commit comments

Comments
 (0)