1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Fix Black code style

This commit is contained in:
belono 2025-02-21 20:07:53 +01:00
parent a063e81862
commit adef95e90f

View File

@ -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.