Skip to content

Commit

Permalink
Fix E303 rule
Browse files Browse the repository at this point in the history
Fixed the E303 Flake8 rule that targets redundant newlines.
  • Loading branch information
Glutexo authored and dehort committed Jul 16, 2019
1 parent 12aea29 commit 8ff9454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,6 @@ def test_only_order_how(self):
response = self._get(url, None, "ASC", 400)



class FactsTestCase(PreCreatedHostsBaseTestCase):
def _valid_fact_doc(self):
return {"newfact1": "newvalue1", "newfact2": "newvalue2"}
Expand Down

0 comments on commit 8ff9454

Please sign in to comment.