aiocogeo icon indicating copy to clipboard operation
aiocogeo copied to clipboard

fix tag value type divergence

Open geospatial-jeff opened this issue 4 years ago • 1 comments

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 avatar Jan 03 '21 18:01 geospatial-jeff

This is also kind of related to #13

geospatial-jeff avatar Jan 03 '21 18:01 geospatial-jeff