From 843471508b150f505c2b8921d175c8f9b781bf48 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:25:59 +0000 Subject: style: format code with Autopep8, Black and Ruff Formatter This commit fixes the style issues introduced in 8f75a47 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/96 --- tests/test_fact_sales_order.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/test_fact_sales_order.py b/tests/test_fact_sales_order.py index 77395a1..a245379 100644 --- a/tests/test_fact_sales_order.py +++ b/tests/test_fact_sales_order.py @@ -4,7 +4,6 @@ from unittest.mock import patch from datetime import datetime as dt - class TestCreateDimDesign: def test_dim_design_returns_dataframe(self): d = { @@ -135,7 +134,6 @@ class TestCreateDimCounterparty: class TestCreateDimCurrency: - def test_dim_currency_returns_columns_and_values(self): nones = [None, None, None] d = { @@ -246,4 +244,3 @@ class TestCreateDimTransaction: } result = create_dim_transaction(dict_df) assert list(result.columns) == ["transaction_id", "some_other_id"] - -- cgit v1.2.3