Fix pathlib import in "utils.py"

This commit is contained in:
gokender
2024-07-19 10:24:37 +02:00
parent b234a46e00
commit d357ad3e1d
+1 -1
View File
@@ -3,7 +3,7 @@ from io import BytesIO
from PIL import Image
from PIL.IcoImagePlugin import IcoFile
from path import Path
from pathlib import Path
def default_attr(value: any) -> any: