Skip to content

Commit e2c296d

Browse files
author
mahdis-z
committed
fix ci
1 parent b17ec0d commit e2c296d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_annotations.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_update_annotations(self):
220220
)
221221

222222
def test_annotation_attributes(self):
223-
self.fig.update_annotations(text='hi')
223+
self.fig.update_annotations(text="hi")
224224

225225
def test_update_shapes(self):
226226
(
@@ -239,7 +239,7 @@ def test_update_shapes(self):
239239
self.assert_update("shapes", [2, 3, 4], patch=dict(opacity=0), row=1)
240240
self.assert_update("shapes", [2, 5], patch=dict(opacity=0), col=1)
241241
self.assert_update("shapes", [4], patch=dict(opacity=0), secondary_y=True)
242-
242+
243243
def test_shape_attributes(self):
244244
self.fig.update_shapes(fillcolor="red")
245245

@@ -262,4 +262,4 @@ def test_update_images(self):
262262
self.assert_update("images", [4], patch=dict(opacity=0), secondary_y=True)
263263

264264
def test_image_attributes(self):
265-
self.fig.update_layout_images(opacity=0.1)
265+
self.fig.update_layout_images(opacity=0.1)

0 commit comments

Comments
 (0)