Remove unused Path import in __init__.py (#4227)

This commit is contained in:
Albert Villanova del Moral
2025-10-08 21:30:54 +02:00
committed by GitHub
parent a944890ff1
commit f7846321e7

View File

@ -13,7 +13,6 @@
# limitations under the License.
from importlib.metadata import PackageNotFoundError, version
from pathlib import Path
from typing import TYPE_CHECKING
from .import_utils import _LazyModule