Skip to content

Commit

Permalink
add noqa C901 for flake8 complexity error
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Nov 15, 2023
1 parent 6665c77 commit fd9a010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desc/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,7 @@ def plot_3d(
return fig


# flake8: noqa: C901
def plot_fsa(
def plot_fsa( # noqa: C901
eq,
name,
with_sqrt_g=True,
Expand Down

0 comments on commit fd9a010

Please sign in to comment.