Skip to content

Commit

Permalink
fix: removed disabled lint rule too-many-locals in connectors/base/…
Browse files Browse the repository at this point in the history
…models.py (apache#10958)
  • Loading branch information
kkucharc authored and auxten committed Nov 20, 2020
1 parent ccfc864 commit d5a8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def get_fk_many_from_list(
fkmany: List[Column],
fkmany_class: Type[Union["BaseColumn", "BaseMetric"]],
key_attr: str,
) -> List[Column]: # pylint: disable=too-many-locals
) -> List[Column]:
"""Update ORM one-to-many list from object list
Used for syncing metrics and columns using the same code"""
Expand Down

0 comments on commit d5a8156

Please sign in to comment.