Skip to content

Commit

Permalink
FIX: Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 4, 2024
1 parent f3915fe commit 54b3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/retrieve/echo_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Local imports
from ..config import get_field_name, get_fillvalue, get_metadata
from ..core import Grid
from ._echo_class_wt import wavelet_reclass, calc_scale_break
from ._echo_class import _feature_detection, steiner_class_buff
from ._echo_class_wt import calc_scale_break, wavelet_reclass


def steiner_conv_strat(
Expand Down

0 comments on commit 54b3436

Please sign in to comment.