Skip to content

Commit

Permalink
Pylint: ignore possibly-used-before-assignment for radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed May 18, 2024
1 parent a1c6b0f commit 73e2871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstools/field/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
plot_vec_field
"""

# pylint: disable=C0103, W0613, E1101
# pylint: disable=C0103, W0613, E1101, E0606
import numpy as np
from scipy import interpolate as inter
from scipy.spatial import ConvexHull
Expand Down

0 comments on commit 73e2871

Please sign in to comment.