From 1a4ab4b18c4eac06630968841add9188a58fda83 Mon Sep 17 00:00:00 2001 From: Mats Veldhuizen Date: Tue, 24 Sep 2024 12:44:12 +0200 Subject: [PATCH] fix black --- pysteps/blending/steps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pysteps/blending/steps.py b/pysteps/blending/steps.py index ca42fad1..2f505341 100644 --- a/pysteps/blending/steps.py +++ b/pysteps/blending/steps.py @@ -51,8 +51,7 @@ import numpy as np from scipy.linalg import inv -from scipy.ndimage import (binary_dilation, generate_binary_structure, - iterate_structure) +from scipy.ndimage import binary_dilation, generate_binary_structure, iterate_structure from pysteps import blending, cascade, extrapolation, noise, utils from pysteps.nowcasts import utils as nowcast_utils