Skip to content

Commit 2580a72

Browse files
committed
Run new black version against repo
1 parent cf2d16f commit 2580a72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/models_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ def test_unknown_keys(self) -> None:
385385

386386

387387
class TestNames(unittest.TestCase):
388-
389388
raw: Dict = {
390389
"continent": {
391390
"code": "NA",

tests/webservice_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def test_300_error(self):
209209
with self.assertRaisesRegex(
210210
HTTPError, r"Received a very surprising HTTP status \(300\) for"
211211
):
212-
213212
self.run_client(self.client.country("1.2.3.11"))
214213

215214
@httprettified

0 commit comments

Comments
 (0)