jbampton commented on code in PR #1628:
URL: https://github.com/apache/sedona/pull/1628#discussion_r1797495937


##########
pyproject.toml:
##########
@@ -0,0 +1,4 @@
+[tool.vulture]
+min_confidence = 100
+paths = ["python/", "spark-version-converter.py", "docs/usecases/utilities.py"]

Review Comment:
   ```suggestion
   paths = ["docs/usecases/utilities.py", "python/", 
"spark-version-converter.py"]
   ```



##########
python/sedona/raster/sedona_raster.py:
##########
@@ -191,7 +191,7 @@ def close(self):
     def __enter__(self):
         return self
 
-    def __exit__(self, exc_type, exc_val, exc_tb):
+    def __exit__(self):

Review Comment:
   ```suggestion
       def __exit__(self, exc_type, exc_val, exc_tb):
   ```



-- 
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]

Reply via email to