Skip to content

Commit

Permalink
[SEDONA-423] pre-commit: apply hook end-of-file-fixer to more files (
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Nov 11, 2023
1 parent c8ff0f6 commit e222f35
Show file tree
Hide file tree
Showing 84 changed files with 53 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ JRE version = 1.8, 1.11?

Python version = ?

Environment = Standalone, AWS EC2, EMR, Azure, Databricks?
Environment = Standalone, AWS EC2, EMR, Azure, Databricks?
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ repos:
# - id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
files: \.java$|\.scala$
files: \.(java|md|py|scala)$
exclude: ^docs/image|^spark/common/src/test/resources
2 changes: 1 addition & 1 deletion binder/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def getConfig():
17.18305478057247,
31.1442867897876],
'mapStyles': {}}}}
return config
return config
2 changes: 1 addition & 1 deletion docs/api/flink/Aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Output:

```
MULTIPOINT ((1.1 101.1), (2.1 102.1), (3.1 103.1), (4.1 104.1), (5.1 105.1), (6.1 106.1), (7.1 107.1), (8.1 108.1), (9.1 109.1), (10.1 110.1))
```
```
2 changes: 0 additions & 2 deletions docs/api/flink/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2726,5 +2726,3 @@ Output:
```
4.0
```


3 changes: 0 additions & 3 deletions docs/api/java-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Please read [Javadoc](../javadoc/spark/)

Note: Scala can call Java APIs seamlessly. That means Scala users use the same APIs with Java users



2 changes: 1 addition & 1 deletion docs/api/python-api.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Will be available soon.
Will be available soon.
2 changes: 1 addition & 1 deletion docs/api/sql/AggregateFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Output:

```
MULTIPOINT ((1.1 101.1), (2.1 102.1), (3.1 103.1), (4.1 104.1), (5.1 105.1), (6.1 106.1), (7.1 107.1), (8.1 108.1), (9.1 109.1), (10.1 110.1))
```
```
2 changes: 1 addition & 1 deletion docs/api/sql/DataFrameAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ This will generate a dataframe with a constant point in a column:
+-----------+
|POINT (1 3)|
+-----------+
```
```
1 change: 0 additions & 1 deletion docs/api/sql/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2854,4 +2854,3 @@ Output:
```
4.0
```

2 changes: 1 addition & 1 deletion docs/api/sql/Predicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ Output:

```
false
```
```
1 change: 0 additions & 1 deletion docs/api/sql/Raster-visualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ Output:
| 2 9 10 11|
| 3 4 5 6|
```

2 changes: 1 addition & 1 deletion docs/api/sql/Visualization_SedonaKepler.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ A map object's current config can be accessed by accessing its 'config' attribut

!!!Note
The map config references each applied customization with the name given to the dataframe and hence will work only on maps with the same name of dataframe supplied.
For more details refer to keplerGl documentation [here](https://docs.kepler.gl/docs/keplergl-jupyter#6.-match-config-with-data)
For more details refer to keplerGl documentation [here](https://docs.kepler.gl/docs/keplergl-jupyter#6.-match-config-with-data)
2 changes: 1 addition & 1 deletion docs/api/sql/Visualization_SedonaPyDeck.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ The parameter `aggregation` can be used to define aggregation strategy to use wh
One of "MEAN" or "SUM" can be provided. By default, SedonaPyDeck uses "MEAN" as the aggregation strategy.

Optionally, parameters `initial_view_state`, `map_style`, `map_provider` can be passed to configure the map as per user's liking.
More details on the parameters and their default values can be found on the pydeck website as well by deck.gl [here](https://github.com/visgl/deck.gl/blob/8.9-release/docs/api-reference/aggregation-layers/heatmap-layer.md)
More details on the parameters and their default values can be found on the pydeck website as well by deck.gl [here](https://github.com/visgl/deck.gl/blob/8.9-release/docs/api-reference/aggregation-layers/heatmap-layer.md)
2 changes: 1 addition & 1 deletion docs/api/viz/java-api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Please read [Javadoc](../../javadoc/spark/)

Note: Scala can call Java APIs seamlessly. That means Scala users use the same APIs with Java users
Note: Scala can call Java APIs seamlessly. That means Scala users use the same APIs with Java users
2 changes: 1 addition & 1 deletion docs/api/viz/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ Spark SQL Example:
SELECT tilename, ST_Render(pixels.px, pixels.color) AS tileimg
FROM pixels
GROUP BY tilename
```
```
2 changes: 1 addition & 1 deletion docs/asf/asf.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright

Apache Sedona, Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Please visit <a href="http://www.apache.org/">Apache Software Foundation</a> for more details.
Apache Sedona, Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Please visit <a href="http://www.apache.org/">Apache Software Foundation</a> for more details.
2 changes: 1 addition & 1 deletion docs/community/contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ https://www.apache.org/dev/#committers
Additionally, if you have been elected to the Sedona
Project Mgmt. Committee (PMC): Verify you are part of the LDAP sedona
pmc https://whimsy.apache.org/roster/pmc/sedona
```
```
2 changes: 1 addition & 1 deletion docs/community/publication.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ GeoSpark Perspective and Beyond"](https://jiayuasu.github.io/files/paper/GeoSpar

### A Tutorial about Geospatial Data Management in Spark

["Geospatial Data Management in Apache Spark: A Tutorial"](https://jiayuasu.github.io/files/talk/jia-icde19-tutorial.pdf) (Tutorial) Jia Yu and Mohamed Sarwat. In Proceedings of the International Conference on Data Engineering, ICDE, 2019
["Geospatial Data Management in Apache Spark: A Tutorial"](https://jiayuasu.github.io/files/talk/jia-icde19-tutorial.pdf) (Tutorial) Jia Yu and Mohamed Sarwat. In Proceedings of the International Conference on Data Engineering, ICDE, 2019
2 changes: 1 addition & 1 deletion docs/community/release-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ Please replace all capitalized text with your own ID and password.
<activeProfile>gpg</activeProfile>
</activeProfiles>
</settings>
```
```
2 changes: 1 addition & 1 deletion docs/community/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ When a PR is submitted, GitHub Action will check the build correctness. Please c

Please read [Apache Software Foundation Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).

We expect everyone who participates in the Apache community formally or informally, or claims any affiliation with the Foundation, in any Foundation-related activities and especially when representing the ASF in any role to honor this code of conduct.
We expect everyone who participates in the Apache community formally or informally, or claims any affiliation with the Foundation, in any Foundation-related activities and especially when representing the ASF in any role to honor this code of conduct.
2 changes: 1 addition & 1 deletion docs/community/vote.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ d3bdfd4d870838ebe63f21cb93634d2421ec1ac1b8184636206a5dc0d89a78a88257798b1f17371a

1. Check if the downloaded files have the correct version.

2. In the unzipped source code folder, and check if DISCLAIMER and NOTICE files and included and up to date.
2. In the unzipped source code folder, and check if DISCLAIMER and NOTICE files and included and up to date.
1 change: 0 additions & 1 deletion docs/setup/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ mkdocs build
mike deploy --update-aliases latest-snapshot -b website -p
mike serve
```

1 change: 0 additions & 1 deletion docs/setup/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ apache-sedona
```

*Note: You need to install the Sedona libraries via init script because the libraries installed via UI are installed after the cluster has already started, and therefore the classes specified by the config `spark.sql.extensions`, `spark.serializer`, and `spark.kryo.registrator` are not available at startup time.*

2 changes: 1 addition & 1 deletion docs/setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ Example:
```bash
docker login
./docker/sedona-spark-jupyterlab/build.sh 3.4.1 {{ sedona.current_version }} release
```
```
2 changes: 1 addition & 1 deletion docs/setup/flink/install-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ To use Sedona in your self-contained Flink project, you just need to add Sedona
4. Submit your compiled fat jar to Flink cluster. Make sure you are in the root folder of Flink distribution. Then run the following command:
```
./bin/flink run /Path/To/YourJar.jar
```
```
2 changes: 1 addition & 1 deletion docs/setup/flink/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
|:----------:|:------------:|:-----------------:|
| Scala/Java |||
| Python |no|no|
| R |no|no|
| R |no|no|
2 changes: 1 addition & 1 deletion docs/setup/flink/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Sedona Flink binary releases are compiled by Java 1.8 and Scala 2.12, and tested
| | Flink 1.12 | Flink 1.13 | Flink 1.14 |
|:-----------:| :---------:|:---------:|:---------:|
| Scala 2.12 | ✅ | ✅ | ✅ |
| Scala 2.11 | not tested | not tested | not tested |
| Scala 2.11 | not tested | not tested | not tested |
2 changes: 1 addition & 1 deletion docs/setup/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
|:----------:|:------------:|:-----------------:|:---------------:|
| Scala/Java ||||
| Python |||SQL only|
| R ||||
| R ||||
2 changes: 1 addition & 1 deletion docs/setup/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- [x] Coordinate Reference System / Spatial Reference System Transformation
- [x] High resolution map generation: [Visualize Spatial DataFrame/RDD](../../tutorial/viz)
- [x] Apache Zeppelin integration
- [x] Support Scala, Java, Python, R
- [x] Support Scala, Java, Python, R
1 change: 0 additions & 1 deletion docs/setup/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ Sedona binary releases are compiled by Java 1.8 and Scala 2.11/2.12 and tested i
|:-----------:| :---------:|:---------:|:---------:|:---------:|:---------:|:---------:|
| Scala 2.11 | not tested | not tested | not tested | not tested | not tested |not tested |
| Scala 2.12 | not tested | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |

2 changes: 0 additions & 2 deletions docs/tutorial/Advanced-Tutorial-Tune-your-Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ Therefore, if you use one of the queries above many times, you'd better cache th
Sometimes users complain that the execution time is slow in some cases. As the first step, you should always consider increasing the number of your SpatialRDD partitions (2 - 8 times more than the original number). You can do this when you initialize a SpatialRDD. This may significantly improve your performance.

After that, you may consider tuning some other parameters in Apache Spark. For example, you may use Kyro serializer or change the RDD fraction that is cached into memory.


2 changes: 1 addition & 1 deletion docs/tutorial/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ We welcome people to use Sedona for benchmark purpose. To achieve the best perfo

* Please always use the latest version or state the version used in your benchmark so that we can trace back to the issues.
* Please consider using Sedona core instead of Sedona SQL. Due to the limitation of SparkSQL (for instance, not support clustered index), we are not able to expose all features to SparkSQL.
* Please open Sedona kryo serializer to reduce the memory footprint.
* Please open Sedona kryo serializer to reduce the memory footprint.
2 changes: 1 addition & 1 deletion docs/tutorial/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ We highly suggest you use IDEs to run template projects on your local machine. F
Import the Scala template project as SBT project. Then run the Main file in this project.

### Java
Import the Java template project as Maven project. Then run the Main file in this project.
Import the Java template project as Maven project. Then run the Main file in this project.
1 change: 0 additions & 1 deletion docs/tutorial/geopandas-shapely.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,3 @@ gdf.show(1, False)
+---+----------------------------------------------------------------------------------------------------------+
```

2 changes: 1 addition & 1 deletion docs/tutorial/jupyter-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ python -m ipykernel install --user --name=apache-sedona
```
8. Setup environment variables `SPARK_HOME` and `PYTHONPATH` if you didn't do it before. Read [Install Sedona Python](../../setup/install-python/#setup-environment-variables) to learn.
9. Launch jupyter notebook: `jupyter notebook`
10. Select Sedona notebook. In your notebook, Kernel -> Change Kernel. Your kernel should now be an option.
10. Select Sedona notebook. In your notebook, Kernel -> Change Kernel. Your kernel should now be an option.
2 changes: 1 addition & 1 deletion docs/tutorial/raster.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,4 +586,4 @@ Please refer to [Raster writer docs](../../api/sql/Raster-writer) for more detai

## Performance optimization

When working with large raster datasets, refer to the [documentation on storing raster geometries in Parquet format](../storing-blobs-in-parquet) for recommendations to optimize performance.
When working with large raster datasets, refer to the [documentation on storing raster geometries in Parquet format](../storing-blobs-in-parquet) for recommendations to optimize performance.
2 changes: 1 addition & 1 deletion docs/tutorial/rdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,4 +1080,4 @@ Use the following code to reload the indexed SpatialRDD:
```python
saved_rdd = SpatialRDD()
saved_rdd.indexedRawRDD = load_spatial_index_rdd_from_disc(sc, "hdfs://PATH")
```
```
1 change: 0 additions & 1 deletion docs/tutorial/sql-pure-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@ WHERE ST_Contains(polygondata.polygonshape, pointdata.pointshape)
AND ST_Contains(ST_PolygonFromEnvelope(1.0,101.0,501.0,601.0), polygondata.polygonshape)
LIMIT 5;
```

2 changes: 1 addition & 1 deletion docs/tutorial/viz-gallery.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img style="float: left;" src="../../image/usrail.png" width="250">
<img src="../../image/ustweet.png" width="250">

<img src="../../image/heatmapnycsmall.png" width="500">
<img src="../../image/heatmapnycsmall.png" width="500">
2 changes: 1 addition & 1 deletion docs/tutorial/zeppelin.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Select the image and its geospatial boundary:

We provide a full Zeppelin Spark notebook which demonstrates al functions. Please download [Sedona-Zeppelin notebook template](../image/geospark-zeppelin-demo.json) and [test data - arealm.csv](../image/arealm.csv).

You need to use Zeppelin to import this notebook JSON file and modify the input data path in the notebook.
You need to use Zeppelin to import this notebook JSON file and modify the input data path in the notebook.
2 changes: 1 addition & 1 deletion docs/usecases/airport-country.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<iframe src="https://nbviewer.org/github/apache/sedona/blob/master/binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb" width="800" height="800" frameBorder="0"></iframe>
<iframe src="https://nbviewer.org/github/apache/sedona/blob/master/binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb" width="800" height="800" frameBorder="0"></iframe>
2 changes: 1 addition & 1 deletion docs/usecases/foot-traffic.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<iframe src="https://nbviewer.org/github/jiayuasu/sigspatial-2021-cafe-analysis/blob/master/notebooks/Workshop_example.ipynb" width="800" height="800" frameBorder="0"></iframe>
<iframe src="https://nbviewer.org/github/jiayuasu/sigspatial-2021-cafe-analysis/blob/master/notebooks/Workshop_example.ipynb" width="800" height="800" frameBorder="0"></iframe>
2 changes: 1 addition & 1 deletion docs/usecases/raster.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<iframe src="https://nbviewer.org/github/apache/sedona/blob/master/binder/ApacheSedonaRaster.ipynb" width="800" height="800" frameBorder="0"></iframe>
<iframe src="https://nbviewer.org/github/apache/sedona/blob/master/binder/ApacheSedonaRaster.ipynb" width="800" height="800" frameBorder="0"></iframe>
2 changes: 1 addition & 1 deletion examples/spark-rdd-colocation-mining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Ripley's L function result:
<img src="https://github.com/jiayuasu/GeoSparkTemplateProject/raw/master/geospark-analysis/src/test/resources/colocationResult.png" width="500">

Conclusion:
New York City taxi trip pickup points co-locate with New York City area landmarks
New York City taxi trip pickup points co-locate with New York City area landmarks
2 changes: 0 additions & 2 deletions python/sedona/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.


2 changes: 1 addition & 1 deletion python/sedona/core/enums/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from .index_type import IndexType
from .join_build_side import JoinBuildSide

__all__ = ["FileDataSplitter", "GridType", "IndexType", "JoinBuildSide"]
__all__ = ["FileDataSplitter", "GridType", "IndexType", "JoinBuildSide"]
2 changes: 1 addition & 1 deletion python/sedona/core/formatMapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from .wkt_reader import WktReader
from .wkb_reader import WkbReader

__all__ = ["GeoJsonReader", 'WktReader', 'WkbReader']
__all__ = ["GeoJsonReader", 'WktReader', 'WkbReader']
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from .shape_file_reader import ShapefileReader

__all__ = ["ShapefileReader"]
__all__ = ["ShapefileReader"]
1 change: 0 additions & 1 deletion python/sedona/core/geom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

1 change: 0 additions & 1 deletion python/sedona/core/jvm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

2 changes: 0 additions & 2 deletions python/sedona/maps/SedonaKepler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ def add_df(cls, kepler_map, df, name="unnamed"):
"""
geo_df = SedonaMapUtils.__convert_to_gdf__(df)
kepler_map.add_data(geo_df, name=name)


2 changes: 0 additions & 2 deletions python/sedona/raster_utils/SedonaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ class SedonaUtils:
@classmethod
def display_image(cls, df):
display(HTML(df.toPandas().to_html(escape=False)))


1 change: 0 additions & 1 deletion python/sedona/raster_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

2 changes: 1 addition & 1 deletion python/sedona/register/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from sedona.register.geo_registrator import SedonaRegistrator

__all__ = ["SedonaRegistrator"]
__all__ = ["SedonaRegistrator"]
2 changes: 1 addition & 1 deletion python/sedona/register/geo_registrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def import_jvm_lib(jvm) -> bool:
java_import(jvm, lib.value)
ImportedJvmLib.import_lib(lib.name)

return True
return True
2 changes: 1 addition & 1 deletion python/sedona/spark/SedonaContext.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def builder(cls) -> SparkSession.builder:
:return: SparkSession.builder
"""
return SparkSession.builder.config("spark.serializer", KryoSerializer.getName).\
config("spark.kryo.registrator", SedonaKryoRegistrator.getName)
config("spark.kryo.registrator", SedonaKryoRegistrator.getName)
1 change: 0 additions & 1 deletion python/sedona/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

2 changes: 1 addition & 1 deletion python/sedona/sql/st_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,4 +1567,4 @@ def ST_IsCollection(geometry: ColumnOrName) -> Column:
:return: True if geometry is a collection of geometries.
:rtype: Column
"""
return _call_st_function("ST_IsCollection", geometry)
return _call_st_function("ST_IsCollection", geometry)
2 changes: 1 addition & 1 deletion python/sedona/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .serde import KryoSerializer
from .serde import SedonaKryoRegistrator

__all__ = ["KryoSerializer", "SedonaKryoRegistrator"]
__all__ = ["KryoSerializer", "SedonaKryoRegistrator"]
1 change: 0 additions & 1 deletion python/tests/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

1 change: 0 additions & 1 deletion python/tests/format_mapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

2 changes: 1 addition & 1 deletion python/tests/maps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# under the License.
Loading

0 comments on commit e222f35

Please sign in to comment.