From 4bd3f408a185d16f9580294755621156ad850ab4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:36:33 +0000 Subject: style: format code with Autopep8, Black and Ruff Formatter This commit fixes the style issues introduced in d0b0fa9 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/102 --- tests/test_dataframes.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_dataframes.py') diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py index ff282eb..ea7bad1 100644 --- a/tests/test_dataframes.py +++ b/tests/test_dataframes.py @@ -227,7 +227,6 @@ class TestCreateDimDate: expected_df, axis="columns").all(axis=None) - class TestCreateDimLocation: def test_returns_correct_columns_lo(self): dict_df = { @@ -302,6 +301,5 @@ class TestCreateFactPayment: for col in expected_cols: - if "_date" or "_time" in col: assert result[col].dtype == "O" -- cgit v1.2.3