Skip to content

Commit

Permalink
check-api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon committed Oct 25, 2024
1 parent 1e06635 commit 81b99fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check_api_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ret = 0

NAMESPACES = {"dt", "str", "cat", "name"}
EXPR_ONLY_METHODS = {"over"}
EXPR_ONLY_METHODS = {"over", "map_batches"}
SERIES_ONLY_METHODS = {
"dtype",
"is_empty",
Expand Down

0 comments on commit 81b99fe

Please sign in to comment.