Remove unneeded noqa lint suppression comments (#10772)

This commit is contained in:
danieleades
2022-08-28 20:03:17 +01:00
committed by GitHub
parent 2b02173617
commit 12bff8a273
24 changed files with 42 additions and 42 deletions

View File

@@ -26,7 +26,7 @@ import sphinx
ROOT = os.path.realpath(os.path.join(os.path.abspath(__file__), "..", ".."))
class compile_catalog_plusjs(compile_catalog): # NoQA
class compile_catalog_plusjs(compile_catalog):
"""
An extended command that writes all message strings that occur in
JavaScript files to a JavaScript file along with the .mo file.