Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Jan 27, 2020
1 parent 072621d commit 9a3a1a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
is_uri)



class NumericTests(TestCase):

def test_integer(self):
Expand Down
1 change: 1 addition & 0 deletions tests/test_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_invalid_arg_number(self):
with self.assertRaises(TypeError):
BorderSpacing(1, 2, 3)


class ImmutableListTests(TestCase):

def test_immutable_list_initial(self):
Expand Down

0 comments on commit 9a3a1a0

Please sign in to comment.