mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Summary: Presence of **kwargs syntax led to a Python error when handling column renames. This change fixes it by ignoring **kwargs in lookup methods. Test Plan: Added a test case Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4247