Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-knmi committed Sep 24, 2024
1 parent 4e2758a commit 1a4ab4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysteps/blending/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4ab4b

Please sign in to comment.