Skip to content

Commit

Permalink
ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyl authored and mbaak committed Nov 15, 2024
1 parent 5324b33 commit e9af68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emm/pipeline/spark_entity_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
from emm.supervised_model.base_supervised_model import train_model
from emm.supervised_model.spark_supervised_model import SparkSupervisedLayerEstimator

if TYPE_CHECKING:
if TYPE_CHECKING:
from collections.abc import Callable, Mapping

from pyspark.ml import Pipeline, PipelineModel


Expand Down

0 comments on commit e9af68e

Please sign in to comment.