Skip to content

Commit 06691bd

Browse files
committed
Minor style.
1 parent d4d6a37 commit 06691bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sphinx_json_schema_spec/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def setup(app):
2424
app (sphinx.application.Sphinx):
2525
2626
the Sphinx application context
27-
2827
"""
2928

3029
app.add_config_value("cache_path", "_cache", "")
@@ -49,7 +48,6 @@ def fetch_or_load(spec_path):
4948
cache_path:
5049
5150
the path to a cached specification
52-
5351
"""
5452

5553
headers = {}
@@ -81,7 +79,6 @@ def docutils_sucks(spec):
8179
8280
It doesn't allow using a class because it does stupid stuff like try to set
8381
attributes on the callable object rather than just keeping a dict.
84-
8582
"""
8683

8784
base_url = VALIDATION_SPEC
@@ -120,7 +117,6 @@ def validator(name, raw_text, text, lineno, inliner):
120117
121118
a 2-tuple of nodes to insert into the document and an
122119
iterable of system messages, both possibly empty
123-
124120
"""
125121

126122
if text == "$ref":

0 commit comments

Comments
 (0)