Imbruced commented on code in PR #745:
URL: https://github.com/apache/sedona/pull/745#discussion_r1064062506


##########
python/sedona/utils/geometry_serde.py:
##########
@@ -15,22 +15,32 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
+import array
 import struct
 import math
-from typing import List, Optional
+from typing import List, Optional, Tuple, Union
 
+import numpy as np
 from shapely.coords import CoordinateSequence

Review Comment:
   We are not using this
   ```python
   from shapely.coords import CoordinateSequence
   ```



-- 
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: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to