Remove unused dependency from zip builder

This commit is contained in:
jonct 2024-07-15 17:20:39 -04:00
parent c554673ad4
commit 80f6c0e7d2
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
import os
from hatchling.builders.config import BuilderConfig
from hatchling.builders.plugin.interface import BuilderInterface
from hatchling.builders.plugin.interface import IncludedFile
from hatchling.builders.utils import normalize_relative_path
from pathlib import Path
from typing import Any, Callable, Iterable