Skip to content

Commit

Permalink
whitespace fix (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jan 13, 2024
1 parent 8148e1d commit a14b15f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
from PySDM.physics import si


def test_dz_sensitivity(plot=False): # pylint: disable=too-many-locals,too-many-branches
def test_dz_sensitivity(
plot=False,
): # pylint: disable=too-many-locals,too-many-branches
# arrange
consts = {
"delta_min": 0.1,
Expand Down

0 comments on commit a14b15f

Please sign in to comment.