Skip to content

Commit

Permalink
Change class definitions from old style to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 22, 2017
1 parent d0b5377 commit d20f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/checker/test_checker_ipaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
inf = float("inf")


class Test_IpAddress_is_type:
class Test_IpAddress_is_type(object):

@pytest.mark.parametrize(
["value", "strict_level", "expected"],
Expand Down

0 comments on commit d20f04d

Please sign in to comment.