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 9d70d58 commit e028780Copy full SHA for e028780
jsonschema/tests/test_deprecations.py
@@ -183,7 +183,7 @@ def test_RefResolver(self):
183
self.assertEqual(w.filename, __file__)
184
185
with self.assertWarnsRegex(DeprecationWarning, message) as w:
186
- from jsonschema.validators import RefResolver # noqa: F401, F811
+ from jsonschema.validators import RefResolver # noqa: F401
187
188
189
def test_RefResolutionError(self):
0 commit comments