Skip to content

Commit 2f8a662

Browse files
saransh13psavery
authored andcommitted
PEP8
Signed-off-by: Patrick Avery <[email protected]>
1 parent 142b436 commit 2f8a662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hexrdgui/overlays/powder_overlay.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,8 @@ def pinhole_distortion_kwargs(self):
654654
kwargs = self.tth_distortion_kwargs.copy()
655655
if self.pinhole_distortion_type == 'RyggPinholeDistortion':
656656
# Add our absorption length
657-
kwargs['absorption_length'] = HexrdConfig().absorption_length() * 1e-3
657+
kwargs['absorption_length'] = HexrdConfig(
658+
).absorption_length() * 1e-3
658659
return kwargs
659660
# END PolarDistortionObject mixin reroutes
660661

0 commit comments

Comments
 (0)