jiayuasu commented on code in PR #2014: URL: https://github.com/apache/sedona/pull/2014#discussion_r2175920802
########## 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: @petern48 can you import proj only when it is needed? -- 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]
