Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Mar 8, 2024
1 parent 73b8878 commit ef6ca77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcicutils/structured_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ def ref_exists(self, type_name: str, value: Optional[str] = None) -> List[dict]:
# It might NOW be found internally, since the portal self._data can change.
# TODO
ref_lookup_strategy = self._ref_lookup_strategy(type_name, value)
is_ref_lookup_subtypes = StructuredDataSet._is_ref_lookup_subtypes(ref_lookup_strategy)
subtype_names = self._get_schema_subtypes(type_name) if is_ref_lookup_subtypes else None
is_resolved, resolved_uuid = self._ref_exists_internally(type_name, value, subtype_names)
if is_resolved:
Expand Down

0 comments on commit ef6ca77

Please sign in to comment.