Skip to content

Commit

Permalink
add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Sep 13, 2018
1 parent 6f51c0f commit e991a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/engine/build_files.py
Expand Up @@ -203,7 +203,7 @@ def _hydrate(item_type, spec_path, **kwargs):


class _MappedSpecs(datatype([
('address_families', tuple),
('address_families', tuple), # List[AddressFamily]
('specs', Specs),
])):
"""Wraps up logic to resolve specs into individual target addresses, or error out."""
Expand Down

0 comments on commit e991a34

Please sign in to comment.