Skip to content

Commit 03868b3

Browse files
committed
modify style issues
1 parent 646d99b commit 03868b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jsonschema/cli.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def _namedAnyWithDefault(name):
183183
"--base-uri",
184184
help="""
185185
use this option to indicate that the schema contains some references
186-
to some local or remote files. With this option, the validator will
186+
to some local or remote files. With this option, the validator will
187187
try to resolve those references as paths relative to the given schema.
188188
""",
189189
)
@@ -271,7 +271,9 @@ def load(_):
271271
else:
272272
file_prefix = "file:///{}/" if "nt" == os.name else "file://{}/"
273273
resolver = RefResolver(
274-
base_uri=file_prefix.format(os.path.abspath(arguments["base_uri"])),
274+
base_uri=file_prefix.format(
275+
os.path.abspath(arguments["base_uri"])
276+
),
275277
referrer=schema,
276278
)
277279

0 commit comments

Comments
 (0)