Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 30, 2024
1 parent fce0fec commit 1977602
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
from helpers.test_table import TestTable
from soda.execution.data_type import DataType

from soda.contracts.check import (
MetricCheck,
MetricCheckResult,
MultiColumnDuplicateCheck,
)
from soda.contracts.check import MetricCheckResult, MultiColumnDuplicateCheck
from soda.contracts.contract import CheckOutcome, ContractResult

contracts_multi_column_duplicates_test_table = TestTable(
Expand Down

0 comments on commit 1977602

Please sign in to comment.