Skip to content

Commit a118b1a

Browse files
committed
Apply black
1 parent 7896a9a commit a118b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
fh.write("Documentation for this project has moved to https://kislyuk.github.io/" + project)
1818
else:
1919
import guzzle_sphinx_theme
20+
2021
html_theme_path = guzzle_sphinx_theme.html_theme_path()
2122
html_theme = "guzzle_sphinx_theme"
2223
html_theme_options = {
@@ -28,6 +29,6 @@
2829
"logo-text.html",
2930
# "globaltoc.html",
3031
"localtoc.html",
31-
"searchbox.html"
32+
"searchbox.html",
3233
]
3334
}

ensure/_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from six import add_metaclass
32

43

0 commit comments

Comments
 (0)