From 24ec95e07faa0ab6d998025156d73d4b487dd6b7 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Tue, 24 Oct 2023 09:15:58 -0600 Subject: [PATCH] lint --- tests/unit/single_table/test_table_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/single_table/test_table_format.py b/tests/unit/single_table/test_table_format.py index 7b1411b5..ddbedbe7 100644 --- a/tests/unit/single_table/test_table_format.py +++ b/tests/unit/single_table/test_table_format.py @@ -194,4 +194,4 @@ def test_compute(self, compute_breakdown_mock, real_data): # Assert compute_breakdown_mock.assert_called_once_with(real_data, synthetic_data, None) - assert result == 0.6 \ No newline at end of file + assert result == 0.6