Skip to content

Commit

Permalink
removed obsolete function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Dec 7, 2023
1 parent 03d7693 commit 9090833
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dcicutils/structured_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ def unresolved_refs(self) -> List[dict]:
def resolved_refs(self) -> List[str]:
return list(self._resolved_refs)

def is_file_type(self) -> bool:
return (self.name == FILE_SCHEMA_NAME) or (self._portal and self._portal.is_file_schema(self.name))

def get_map_value_function(self, column_name: str) -> Optional[Any]:
return (self._get_typeinfo(column_name) or {}).get("map")

Expand Down

0 comments on commit 9090833

Please sign in to comment.