Skip to content

Commit 3b5a081

Browse files
committed
Fix lint
1 parent 4d18521 commit 3b5a081

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sdmetrics/single_table/privacy/dcr_overfitting_protection.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ def _validate_inputs(
5757
synthetic_data_copy = _process_data_with_metadata(synthetic_data_copy, metadata, True)
5858
real_validation_copy = _process_data_with_metadata(real_validation_copy, metadata, True)
5959

60-
return (
61-
real_data_copy,
62-
synthetic_data_copy,
63-
real_validation_copy
64-
)
65-
60+
return (real_data_copy, synthetic_data_copy, real_validation_copy)
6661

6762
@classmethod
6863
def compute_breakdown(

0 commit comments

Comments
 (0)