Skip to content

Commit

Permalink
Fixing ruff errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Apr 14, 2024
1 parent 182f4fd commit 6671eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optika/rulings/_rulings.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def efficiency(

if direction.size != 1: # pragma: nocover
raise ValueError(
f"Interpolating over different incidence angles is not supported."
"Interpolating over different incidence angles is not supported."
)

if wavelength.ndim != 1: # pragma: nocover
Expand Down

0 comments on commit 6671eeb

Please sign in to comment.