From 90298f7af65af376c27ea374b6d3349b7a3a88f1 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Tue, 13 Dec 2022 21:45:00 +0000 Subject: [PATCH] style: formatting applied --- docs/source/conf.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6216cce..c6bcb60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -180,15 +180,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [ - ( - master_doc, - "python-keycloak", - "python-keycloak Documentation", - [author], - 1, - ) -] +man_pages = [(master_doc, "python-keycloak", "python-keycloak Documentation", [author], 1)] # -- Options for Texinfo output -------------------------------------------