Skip to content

Commit 4573074

Browse files
committed
Black
1 parent 39032fb commit 4573074

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_optional/test_utils/test_utils.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,12 @@ def test_pil_image_encoding(self):
400400
import _plotly_utils
401401

402402
img_path = os.path.join(
403-
os.path.dirname(os.path.abspath(__file__)), "..", "..", "test_plotly_utils", "resources", "1x1-black.png"
403+
os.path.dirname(os.path.abspath(__file__)),
404+
"..",
405+
"..",
406+
"test_plotly_utils",
407+
"resources",
408+
"1x1-black.png",
404409
)
405410

406411
with open(img_path, "rb") as f:

0 commit comments

Comments
 (0)