From adef95e90f11334831ffdeb57be96f1a3b5f54cf Mon Sep 17 00:00:00 2001 From: belono Date: Fri, 21 Feb 2025 20:07:53 +0100 Subject: [PATCH] Fix Black code style --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cd3a4c2..813a575 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -145,10 +145,10 @@ else: # Show a 'Edit on GitHub' link instead of 'View page source' html_context = { - "display_github": True, - "github_user": "python-escpos", - "github_repo": "python-escpos", - "github_version": "master", + "display_github": True, + "github_user": "python-escpos", + "github_repo": "python-escpos", + "github_version": "master", } # Add any paths that contain custom themes here, relative to this directory.