Skip to content

Commit af5a3e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f686ac commit af5a3e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
if os.path.isdir("clipboard.js") and not os.path.isfile(
1212
"clipboard.js/dist/clipboard.min.js"
1313
):
14-
raise SystemExit(
15-
"""Error: clipboard.js submodule not available, run
14+
raise SystemExit("""Error: clipboard.js submodule not available, run
1615
1716
git submodule update --init
18-
"""
19-
)
17+
""")
2018

2119
with open("./README.md") as ff:
2220
readme_text = ff.read()

sphinx_copybutton/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A small sphinx extension to add "copy" buttons to code blocks."""
2+
23
from pathlib import Path
34
from sphinx.util import logging
45

0 commit comments

Comments
 (0)