Skip to content

Commit 86e41f3

Browse files
committed
Style
1 parent 38b4c60 commit 86e41f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jsonschema/_utils.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
from collections.abc import Mapping, MutableMapping, Sequence
2-
from pathlib import Path
32
from urllib.parse import urlsplit
43
import itertools
54
import json
6-
import os
75
import pkgutil
86
import re
9-
import sys
107

118

129
class URIDict(MutableMapping):

0 commit comments

Comments
 (0)