mapping-commons / sssom-py

Python toolkit for SSSOM mapping format
https://mapping-commons.github.io/sssom-py/index.html#
MIT License
49 stars 12 forks source link

Refactor `_extract_global_metadata()` #452

Closed cthoyt closed 11 months ago

cthoyt commented 11 months ago

This PR does 3 things:

  1. Makes _extract_global_metadata() private
  2. Removes the part in the definition where it adds a CURIE_MAP since this is subsequently popped off
  3. Updates the return type to be more accurate