Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Feb 15, 2020
1 parent b0946b3 commit 668425e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/python/pants/base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ python_library(
name = 'hash_utils',
sources = ['hash_utils.py'],
dependencies = [
'3rdparty/python:dataclasses',
'3rdparty/python:typing-extensions',
'src/python/pants/util:strutil',
],
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/engine/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from collections.abc import MutableMapping, MutableSequence
from typing import Any, Dict, Iterable, Optional, cast

from pants.build_graph.address import Address
from pants.base.hash_utils import stable_json_sha1
from pants.build_graph.address import Address
from pants.engine.addressable import addressable, addressable_list
from pants.engine.objects import Serializable, SerializableFactory, Validatable, ValidationError
from pants.util.memo import memoized_property
Expand Down
3 changes: 1 addition & 2 deletions src/python/pants/rules/core/list_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from enum import Enum
from typing import Union

from pants.base.specs import Specs
from pants.engine.addressable import Address, Addresses
from pants.engine.addressable import Addresses
from pants.engine.console import Console
from pants.engine.goal import Goal, GoalSubsystem, LineOriented
from pants.engine.legacy.graph import FingerprintedTargetCollection, HydratedTargets
Expand Down

0 comments on commit 668425e

Please sign in to comment.