We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc82e5e commit 0f2017dCopy full SHA for 0f2017d
2 files changed
tests/test_models.py
@@ -218,7 +218,6 @@ def test_score_ip_address(self):
218
self.assertEqual(99, address.risk)
219
220
def test_ip_address_locales(self):
221
-
222
loc = IPAddress(
223
{
224
"_locales": ["fr"],
tests/test_webservice.py
@@ -217,7 +217,6 @@ def test_200_on_request_with_nones(self):
217
@httprettified
def test_200_with_email_hashing(self):
uri = "/".join([self.base_uri, self.type])
httpretty.register_uri(
0 commit comments