Skip to content

Commit 6ffb7db

Browse files
committed
flake8
1 parent 557a8a4 commit 6ffb7db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pants-plugins/pack_metadata/target_types_rules.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# repurposed from pants.backend.python.target_types_rules
15-
import dataclasses
1615
import os
1716
from dataclasses import dataclass
1817

1918
from pants.engine.addresses import Address
2019
from pants.engine.fs import GlobMatchErrorBehavior, PathGlobs, Paths
2120
from pants.engine.rules import Get, collect_rules, MultiGet, rule, UnionRule
2221
from pants.engine.target import (
23-
Dependencies,
2422
DependenciesRequest,
2523
ExplicitlyProvidedDependencies,
2624
FieldSet,
2725
InferDependenciesRequest,
2826
InferredDependencies,
29-
InvalidFieldException,
3027
)
3128
from pants.util.logging import LogLevel
3229

0 commit comments

Comments
 (0)