Skip to content

Commit

Permalink
Black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubo committed Aug 16, 2023
1 parent 1314e54 commit 74a8f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/test/unit/test_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ def simulate_diffusion(
}
)
else:
raise ValueError(f"Specified number of segments ({num_segs}) not supported.")
raise ValueError(
f"Specified number of segments ({num_segs}) not supported."
)
morph = A.morphology(tree)

# ---------------------------------------------------------------------------------------
Expand Down

0 comments on commit 74a8f99

Please sign in to comment.