Skip to content

Commit abb2f1d

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent fb4b765 commit abb2f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/demo_widgets/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
try:
1313
test_jpg = Path(__file__).parent.parent.parent / "images" / "_test.jpg"
14-
except NameError: # hack to support mkdocs-gallery build, which doesn't define __file__
14+
except NameError: # hack to support mkdocs-gallery build, which doesn't define __file__
1515
test_jpg = "../../images/_test.jpg"
1616

1717
image = Image(value=test_jpg)

0 commit comments

Comments
 (0)