Skip to content

Commit b050686

Browse files
committed
black format
1 parent 6c03408 commit b050686

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

tests/test_checks.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@
2727
"receiver_name": "Dmitry Birulia",
2828
"is_signed": True,
2929
"is_endorsed": None,
30-
"endorsement": {
31-
"is_signed": None,
32-
"is_mobile_or_remote_deposit_only": None
33-
},
30+
"endorsement": {"is_signed": None, "is_mobile_or_remote_deposit_only": None},
3431
"micr": {
3532
"routing_number": "031923284",
3633
"account_number": "8765129397",
3734
"serial_number": None,
38-
"raw": "C0118408359C A031923284A 8765129397C"
39-
}
35+
"raw": "C0118408359C A031923284A 8765129397C",
36+
},
4037
}
4138

4239

tests/test_w2s.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"is_13c": False,
4949
"states": [
5050
{
51-
"state": "PAL",
52-
"employer_state_id": "1235",
53-
"state_wages_tips": 50000,
54-
"state_income_tax": 1535,
55-
"local_wages_tips": 50000,
56-
"local_income_tax": 750,
57-
"locality_name": "MU"
51+
"state": "PAL",
52+
"employer_state_id": "1235",
53+
"state_wages_tips": 50000,
54+
"state_income_tax": 1535,
55+
"local_wages_tips": 50000,
56+
"local_income_tax": 750,
57+
"locality_name": "MU",
5858
}
5959
],
60-
"field_14_other": []
60+
"field_14_other": [],
6161
}
6262

6363

tests/test_w8s.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"passive_nffe_owners": [],
161161
"signature_date": None,
162162
"signature_name": None,
163-
"signed": True
163+
"signed": True,
164164
}
165165

166166

0 commit comments

Comments
 (0)