Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-knmi committed Jul 24, 2024
1 parent b988dc4 commit 9c91828
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 @@ -48,8 +48,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 9c91828

Please sign in to comment.