Skip to content

Commit 39f1c54

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 6295aa5 commit 39f1c54

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
@@ -16,7 +16,9 @@
1616
"The supplied q-array and wavelength will result in an impossible two-theta. "
1717
"Please check these values and re-instantiate the DiffractionObject with correct values."
1818
)
19-
inf_output_wmsg = "INFO: The largest d-value in the array is infinite. This is allowed, but it will not be plotted."
19+
inf_output_wmsg = (
20+
"INFO: The largest d-value in the array is infinite. This is allowed, but it will not be plotted."
21+
)
2022

2123

2224
def _validate_inputs(q, wavelength):

0 commit comments

Comments
 (0)