We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2d16f commit 2580a72Copy full SHA for 2580a72
tests/models_test.py
@@ -385,7 +385,6 @@ def test_unknown_keys(self) -> None:
385
386
387
class TestNames(unittest.TestCase):
388
-
389
raw: Dict = {
390
"continent": {
391
"code": "NA",
tests/webservice_test.py
@@ -209,7 +209,6 @@ def test_300_error(self):
209
with self.assertRaisesRegex(
210
HTTPError, r"Received a very surprising HTTP status \(300\) for"
211
):
212
213
self.run_client(self.client.country("1.2.3.11"))
214
215
@httprettified
0 commit comments