Skip to content

Commit 0f2017d

Browse files
committed
Run new black version against repo
1 parent fc82e5e commit 0f2017d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def test_score_ip_address(self):
218218
self.assertEqual(99, address.risk)
219219

220220
def test_ip_address_locales(self):
221-
222221
loc = IPAddress(
223222
{
224223
"_locales": ["fr"],

tests/test_webservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def test_200_on_request_with_nones(self):
217217

218218
@httprettified
219219
def test_200_with_email_hashing(self):
220-
221220
uri = "/".join([self.base_uri, self.type])
222221

223222
httpretty.register_uri(

0 commit comments

Comments
 (0)