Skip to content

Commit b149a6b

Browse files
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
1 parent 2f60945 commit b149a6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sasdata/data_util/averaging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def __init__(
781781
Defaults to full circle (0, 2*pi).
782782
:param nbins: The number of bins data is sorted into along the φ axis.
783783
"""
784-
784+
785785
super().__init__(r_range=r_range, phi_range=phi_range, center=center)
786786
self.nbins: int = nbins
787787
self.base: float | None = base
@@ -859,7 +859,7 @@ def __call__(self, data2d: SasData = None) -> SasData:
859859
"I": Quantity(intensity, data2d.ordinate.units, error),
860860
}
861861
return SasData(f"{data2d.name}: Wedge Phi Average", data_contents, angle_dim, data2d.metadata)
862-
862+
863863
"""
864864
# Convert angular data back to the original phi range
865865
phi_data += phi_offset

0 commit comments

Comments
 (0)