Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Feb 14, 2020
1 parent b0946b3 commit 650dbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 650dbc7

Please sign in to comment.