jsonschema._format: update some annotations to match upstream (#8673)

This commit is contained in:
Kevin Kirsche
2022-09-03 07:54:48 -04:00
committed by GitHub
parent 4c100febcd
commit 82cccac369
3 changed files with 11 additions and 19 deletions
+2 -14
View File
@@ -1,14 +1,2 @@
jsonschema._format.is_css21_color
jsonschema._format.is_css_color_code
jsonschema._format.is_datetime
jsonschema._format.is_duration
jsonschema._format.is_host_name
jsonschema._format.is_idn_host_name
jsonschema._format.is_iri
jsonschema._format.is_iri_reference
jsonschema._format.is_json_pointer
jsonschema._format.is_relative_json_pointer
jsonschema._format.is_time
jsonschema._format.is_uri
jsonschema._format.is_uri_reference
jsonschema._format.is_uri_template
# TODO: remove _FormatCheckCallable when mypy 0.980 is released
jsonschema._format._FormatCheckCallable