Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Nov 1, 2024
1 parent 014d33d commit 3b89b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polars_distance/polars_distance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
except ImportError:
from polars.type_aliases import IntoExpr, PolarsDataType # type: ignore[no-redef]


@pl.api.register_expr_namespace("dist")
class DistancePairWise:
def __init__(self, expr: pl.Expr):
Expand Down

0 comments on commit 3b89b26

Please sign in to comment.