This is an automated email from the ASF dual-hosted git repository.

johnbam pushed a commit to branch jbampton-patch-1
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit d718e8dfc9a43ea02f28ddecd07cdb916ff02243
Author: John Bampton <[email protected]>
AuthorDate: Fri Jul 25 19:10:37 2025 +1000

    Do not merge !! Test edit of Python file to see if CodeQL runs
---
 python/tests/tools.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/python/tests/tools.py b/python/tests/tools.py
index fd0628073c..358f966072 100644
--- a/python/tests/tools.py
+++ b/python/tests/tools.py
@@ -21,3 +21,6 @@ from sedona.spark.utils.spatial_rdd_parser import GeoData
 
 def distance_sorting_functions(geo_data: GeoData, query_point: Point):
     return geo_data.geom.distance(query_point)
+
+def dummy_def():
+    pass

Reply via email to