Skip to content

Commit

Permalink
add pylint_disable_tooManyBranches
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWangSFU committed Apr 20, 2021
1 parent 2e6aaf5 commit 1842308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataprep/clean/clean_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def clean_df(
"""
# pylint: disable=too-many-arguments
# pylint: disable-msg=too-many-locals
# pylint:disable=too-many-branches

if data_type_detection not in {"semantic", "atomic", "none"}:
raise ValueError(
Expand Down

0 comments on commit 1842308

Please sign in to comment.