Skip to content

Commit c4767b8

Browse files
committed
Remove whitespace
1 parent 84e1d52 commit c4767b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_line_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_get_line_item_detailed_report(self):
5555
def test_update_line_item(self):
5656
with open('./tests/test_files/examples/lineitem_update.json', 'r') as new_lineitem_file:
5757
update_lineitem_data = json.load(new_lineitem_file)
58-
58+
5959
# Success response
6060
responses.add(
6161
responses.POST,

0 commit comments

Comments
 (0)