Skip to content

Commit e028780

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d70d58 commit e028780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/test_deprecations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_RefResolver(self):
183183
self.assertEqual(w.filename, __file__)
184184

185185
with self.assertWarnsRegex(DeprecationWarning, message) as w:
186-
from jsonschema.validators import RefResolver # noqa: F401, F811
186+
from jsonschema.validators import RefResolver # noqa: F401
187187
self.assertEqual(w.filename, __file__)
188188

189189
def test_RefResolutionError(self):

0 commit comments

Comments
 (0)