Skip to content

Commit

Permalink
PEP-8 Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Oct 3, 2018
1 parent 431a3c5 commit 5736246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_siggiBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ def test_validate_filter_input(self):

self.assertFalse(test_input_6_ratio)

test_input_7 = test_sb.validate_filter_input([300., 301., 302., 301.95],
test_input_7 = test_sb.validate_filter_input([300., 301.,
302., 301.95],
300., 303., 1)

self.assertFalse(test_input_7)
Expand Down

0 comments on commit 5736246

Please sign in to comment.