diff options
author | Julian Berman <Julian@GrayVines.com> | 2021-09-29 19:01:47 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2021-09-29 19:01:47 -0400 |
commit | 86e41f326fdfe6fdcaa50d40cb40389faace7395 (patch) | |
tree | 242eac3a3d1ee54471f65d0b83e1f1aea11940aa /jsonschema | |
parent | 38b4c603a0f232ddbf94f9129263a1d1ff45ddae (diff) | |
download | jsonschema-86e41f326fdfe6fdcaa50d40cb40389faace7395.tar.gz |
Stylev4.0.0
Diffstat (limited to 'jsonschema')
-rw-r--r-- | jsonschema/_utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jsonschema/_utils.py b/jsonschema/_utils.py index 15e2089..d4524e8 100644 --- a/jsonschema/_utils.py +++ b/jsonschema/_utils.py @@ -1,12 +1,9 @@ from collections.abc import Mapping, MutableMapping, Sequence -from pathlib import Path from urllib.parse import urlsplit import itertools import json -import os import pkgutil import re -import sys class URIDict(MutableMapping): |