Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 10, 2023
1 parent 7896a9a commit a118b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
fh.write("Documentation for this project has moved to https://kislyuk.github.io/" + project)
else:
import guzzle_sphinx_theme

html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = "guzzle_sphinx_theme"
html_theme_options = {
Expand All @@ -28,6 +29,6 @@
"logo-text.html",
# "globaltoc.html",
"localtoc.html",
"searchbox.html"
"searchbox.html",
]
}
1 change: 0 additions & 1 deletion ensure/_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from six import add_metaclass


Expand Down

0 comments on commit a118b1a

Please sign in to comment.