ga4gh / vrs-python

GA4GH Variation Representation Python Implementation
https://github.com/ga4gh/vrs
Apache License 2.0
51 stars 27 forks source link

fix: ensure Entity objects return type as str #434

Closed korikuzma closed 4 months ago

korikuzma commented 4 months ago

close #433

korikuzma commented 4 months ago

@jsstevenson I reverted back to str, Enum because I think it makes more sense. We do not want people to be able to reassign these values (whether on purpose or accident) in downstream apps. Lmk if you disagree and I can revert last commit to go back to simple class constant.