Skip to content

Commit 3529d10

Browse files
author
mahdis-z
committed
fix black issue
1 parent 58207fa commit 3529d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_update_shapes(self):
243243

244244
def test_shape_attributes(self):
245245

246-
self.fig.add_shape(fillcolor='blue', opacity=0.3)
246+
self.fig.add_shape(fillcolor="blue", opacity=0.3)
247247
self.fig.update_shapes(fillcolor="red")
248248

249249
def test_update_images(self):
@@ -265,5 +265,5 @@ def test_update_images(self):
265265
self.assert_update("images", [4], patch=dict(opacity=0), secondary_y=True)
266266

267267
def test_image_attributes(self):
268-
self.fig.add_layout_image(name='my name', x=1, y=2)
268+
self.fig.add_layout_image(name="my name", x=1, y=2)
269269
self.fig.update_layout_images(opacity=0.1)

0 commit comments

Comments
 (0)