Skip to content
Prev Previous commit
Next Next commit
Add a blank line to make lint happier
  • Loading branch information
andreagrandi committed Mar 22, 2015
commit a0049dd4897577950c3804163aa501d1d08cd369
1 change: 1 addition & 0 deletions tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class TestIPv6AddressField(FieldValues):
outputs = {}
field = serializers.IPAddressField(protocol='IPv6')


# Number types...

class TestIntegerField(FieldValues):
Expand Down