From 63bceb0b4e9282ef5acaf79be8bc742a45a50389 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:59:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../tests/contracts/other/test_data_source_configurations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/soda/contracts/tests/contracts/other/test_data_source_configurations.py b/soda/contracts/tests/contracts/other/test_data_source_configurations.py index efd538be8..761dd1d92 100644 --- a/soda/contracts/tests/contracts/other/test_data_source_configurations.py +++ b/soda/contracts/tests/contracts/other/test_data_source_configurations.py @@ -1,8 +1,6 @@ import os from textwrap import dedent -from contracts.helpers.test_data_source import TestDataSource - from soda.contracts.contract_verification import ContractVerification, SodaException