Skip to content

Commit ba488b8

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 49a1f7a commit ba488b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/diffpy/utils/transforms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"The supplied input array and wavelength will result in an impossible two-theta. "
1515
"Please check these values and re-instantiate the DiffractionObject with correct values."
1616
)
17-
inf_output_imsg = "INFO: The largest output value in the array is infinite. This is allowed, but it will not be plotted."
17+
inf_output_imsg = (
18+
"INFO: The largest output value in the array is infinite. This is allowed, but it will not be plotted."
19+
)
1820

1921

2022
def _validate_inputs(q, wavelength):

0 commit comments

Comments
 (0)