From 9a5f22d7d62944ea3238e52fe373cbe08d5e2473 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Mon, 31 Aug 2020 22:07:51 -0700 Subject: [PATCH] One day I'll learn to run black before pushing... --- tests/python/py3example/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/python/py3example/conf.py b/tests/python/py3example/conf.py index 77a3b70..b4c6a01 100644 --- a/tests/python/py3example/conf.py +++ b/tests/python/py3example/conf.py @@ -20,11 +20,11 @@ autoapi_type = "python" autoapi_dirs = ["example"] autoapi_python_class_content = "both" autoapi_options = [ - 'members', - 'undoc-members', # this is temporary until we add docstrings across the codebase - 'show-inheritance', - 'show-module-summary', - 'special-members', - 'imported-members', - 'inherited-members', + "members", + "undoc-members", # this is temporary until we add docstrings across the codebase + "show-inheritance", + "show-module-summary", + "special-members", + "imported-members", + "inherited-members", ]