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 38b4c60 commit 86e41f3Copy full SHA for 86e41f3
1 file changed
jsonschema/_utils.py
@@ -1,12 +1,9 @@
1
from collections.abc import Mapping, MutableMapping, Sequence
2
-from pathlib import Path
3
from urllib.parse import urlsplit
4
import itertools
5
import json
6
-import os
7
import pkgutil
8
import re
9
-import sys
10
11
12
class URIDict(MutableMapping):
0 commit comments