Skip to content

Commit

Permalink
Update albumentations/augmentations/transforms.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
ternaus and sourcery-ai[bot] authored Mar 9, 2024
1 parent 6f4f36a commit 6cf2641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/augmentations/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def __init__(
raise ValueError(f"Invalid combination of angle_lower nad angle_upper. Got: {(angle_lower, angle_upper)}")
if not 0 <= num_flare_circles_lower < num_flare_circles_upper:
msg = (
"Invalid combination of num_flare_circles_lower nad num_flare_circles_upper. "
"Invalid combination of num_flare_circles_lower and num_flare_circles_upper. "
f"Got: {(num_flare_circles_lower, num_flare_circles_upper)}"
)
raise ValueError(msg)
Expand Down

0 comments on commit 6cf2641

Please sign in to comment.