Skip to content

Commit 4579e3d

Browse files
committed
Fix import
1 parent a261944 commit 4579e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-css-python/python_scripts/parse_image_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Note: Place this Python file next to gallery.html
33
"""
44

5-
from pathlib import Path
5+
from html.parser import HTMLParser
66

77

88
class ImageParser(HTMLParser):

0 commit comments

Comments
 (0)