Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
saransh13 authored and psavery committed Nov 13, 2024
1 parent 142b436 commit 2f8a662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hexrdgui/overlays/powder_overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,8 @@ def pinhole_distortion_kwargs(self):
kwargs = self.tth_distortion_kwargs.copy()
if self.pinhole_distortion_type == 'RyggPinholeDistortion':
# Add our absorption length
kwargs['absorption_length'] = HexrdConfig().absorption_length() * 1e-3
kwargs['absorption_length'] = HexrdConfig(
).absorption_length() * 1e-3
return kwargs
# END PolarDistortionObject mixin reroutes

Expand Down

0 comments on commit 2f8a662

Please sign in to comment.