Skip to content

Commit b4f7fae

Browse files
committed
Remove another deprecated import from the API documentation.
jsonschema.FormatError is already deprecated at this import path, instead in favor of jsonschema.exceptions.FormatError.
1 parent c54e53d commit b4f7fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Submodules
1717
.. automodule:: jsonschema
1818
:members:
1919
:imported-members:
20-
:exclude-members: Validator
20+
:exclude-members: FormatError, Validator
2121

2222
.. autodata:: jsonschema._format._F
2323

0 commit comments

Comments
 (0)