Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update pylint disabled checks in common/query_context.py (apache…
…#10941) * Updated common/query_context.py - removed disabled pylint rule no-self-use from `df_metrics_to_num` since it has `@staticmethod` - applied black on the file * Removed disabled lint check `too-many-locals` in get_df_payload method. Applied black. * Method `get_data()` has self param: - removing # pylint: disable=no-self-use - autoformatting
- Loading branch information