Skip to content

Commit

Permalink
linting for black
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Dec 16, 2020
1 parent 02fcace commit 7462277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratechecker/tests/test_views_rate_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def test_get_rates__loan_type(self):
self.assertEqual(result["data"]["1.705"], 1)

def test_get_rates__plan_selection_logic(self):
""" ... see that the correct selection is done
"""... see that the correct selection is done
when several row of same product_id are present."""
self.initialize_params({"loan_type": "FHA"})
result = get_rates(self.params.__dict__)
Expand Down

0 comments on commit 7462277

Please sign in to comment.