Skip to content

Commit

Permalink
black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Dec 28, 2023
1 parent cbaed4d commit 6696af8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions regtech_data_validator/phase_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,14 +1231,12 @@ def get_phase_1_and_2_validations_for_lei(context: dict[str, str] | None = None)
),
severity=Severity.ERROR,
groupby="ct_credit_product",
conditions=[
{
conditions=[{
"condition_values": {"7", "8", "977"},
"is_equal_condition": False,
"target_value": "999",
"should_equal_target": True,
}
],
}],
),
],
},
Expand Down

0 comments on commit 6696af8

Please sign in to comment.