Merge pull request #1691 from YunoHost/ci-format-debian/11.2.1

[CI] Format code with Black
This commit is contained in:
Alexandre Aubin 2023-07-17 22:43:35 +02:00 committed by GitHub
commit e5225ba543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,6 @@ for c in ResourceClasses:
for resource_id, doc in sorted(ResourceDocString.items()):
print("----------------")
print("")
print(f"## {resource_id.replace('_', ' ').title()}")