Skip to content

Commit 9a3a1a0

Browse files
committed
Fix code style
1 parent 072621d commit 9a3a1a0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
is_uri)
88

99

10-
1110
class NumericTests(TestCase):
1211

1312
def test_integer(self):

tests/test_wrappers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_invalid_arg_number(self):
5252
with self.assertRaises(TypeError):
5353
BorderSpacing(1, 2, 3)
5454

55+
5556
class ImmutableListTests(TestCase):
5657

5758
def test_immutable_list_initial(self):

0 commit comments

Comments
 (0)