petern48 commented on code in PR #2014: URL: https://github.com/apache/sedona/pull/2014#discussion_r2176039612
########## python/sedona/geopandas/geoseries.py: ########## @@ -17,10 +17,11 @@ import os import typing -from typing import Any, Union +from typing import Any, Union, Literal import geopandas as gpd import pandas as pd +from pyproj import CRS Review Comment: Yep, just did. Didn't realize I had a top level import -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
