diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2024-08-28 08:36:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 08:36:33 +0000 |
| commit | 4bd3f408a185d16f9580294755621156ad850ab4 (patch) | |
| tree | b3f5b4e7a7a08da6d2da32d84baea44dc46930b6 /tests | |
| parent | d0b0fa9ff13d0739014cb8a42887f2d6fe11ae3f (diff) | |
| download | de-project-bentley-4bd3f408a185d16f9580294755621156ad850ab4.tar.gz de-project-bentley-4bd3f408a185d16f9580294755621156ad850ab4.zip | |
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
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_dataframes.py | 2 |
1 files changed, 0 insertions, 2 deletions
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" |
