codegen: Remove flake8 lint rule

Using `flake8: noqa` disables ALL linting on a file. Adding
an error code does not limit the linter to that error.
This commit is contained in:
Emmanuele Bassi 2022-02-15 11:48:58 +00:00
parent 128ae2b5f5
commit 6ddf760507

View File

@ -25,10 +25,6 @@ from os import path
from . import utils
# Disable line length warnings as wrapping the Docbook templates would be hard
# flake8: noqa: E501
# ----------------------------------------------------------------------------------------------------