Add linter exclusion for TBookWyrmModel

This commit is contained in:
Margaret Fero 2024-03-02 17:43:49 -08:00
parent 91fe4ad535
commit d138395c75

View file

@ -20,6 +20,7 @@ from bookwyrm.tasks import app, MISC
logger = logging.getLogger(__name__)
# pylint: disable=invalid-name
TBookWyrmModel = TypeVar("TBookWyrmModel", bound=base_model.BookWyrmModel)