Skip to content

Commit c096604

Browse files
committed
add missing newline after docstring in PSProcessorConfig class
1 parent ec55d30 commit c096604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doubleml/utils/propensity_score_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class PSProcessorConfig:
4949
... )
5050
>>> processor = PSProcessor.from_config(config)
5151
"""
52+
5253
clipping_threshold: float = 1e-2
5354
extreme_threshold: float = 1e-12
5455
calibration_method: Optional[str] = None

0 commit comments

Comments
 (0)