From a118b1adfd8a6587e0a0c02abe4669849d722bf0 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 9 Dec 2023 19:29:05 -0800 Subject: [PATCH] Apply black --- docs/conf.py | 3 ++- ensure/_types.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 311669f..8cb8373 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = { @@ -28,6 +29,6 @@ "logo-text.html", # "globaltoc.html", "localtoc.html", - "searchbox.html" + "searchbox.html", ] } diff --git a/ensure/_types.py b/ensure/_types.py index 322e7e9..6b47ae0 100644 --- a/ensure/_types.py +++ b/ensure/_types.py @@ -1,4 +1,3 @@ - from six import add_metaclass