Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix tag value type divergence #106

Open
geospatial-jeff opened this issue Jan 3, 2021 · 1 comment
Open

fix tag value type divergence #106

geospatial-jeff opened this issue Jan 3, 2021 · 1 comment

Comments

@geospatial-jeff
Copy link
Owner

Tag values are currently typed as Union[Any, Tuple[Any]]. This causes lots of downstream issues because the type is unclear. It would make the code much cleaner if we removed the Union and only used a single type for tag values. This would also let us add mypy to pre-commit.

@geospatial-jeff
Copy link
Owner Author

This is also kind of related to #13

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant