diff --git a/cbz/utils.py b/cbz/utils.py index 7d62a4e..d8393c2 100644 --- a/cbz/utils.py +++ b/cbz/utils.py @@ -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: