Skip to content

Commit

Permalink
Merge pull request #16 from abstractqqq/fix_typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq authored Jun 14, 2024
2 parents 1e1e87c + 6c031b8 commit b20be36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# This file is autogenerated by maturin v1.3.1
# To update, run
#
# maturin generate-ci github -o .github/workflows/CI.yml
#

name: CI

on:
Expand Down
2 changes: 1 addition & 1 deletion python/polars_istr/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def pl_plugin(
is_elementwise=is_elementwise,
returns_scalar=returns_scalar,
changes_length=changes_length,
cast_to_supertype=cast_to_supertype,
cast_to_supertypes=cast_to_supertype,
)

from polars.plugins import register_plugin_function
Expand Down

0 comments on commit b20be36

Please sign in to comment.