From 21d5266bb6eb52967129937ba8fa83b5ec30fc58 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 3 Feb 2024 13:37:55 -0500 Subject: [PATCH] fix(bible): actual pylint fix --- .forgejo/workflows/config/.pylintrc | 2 +- bible/models.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/config/.pylintrc b/.forgejo/workflows/config/.pylintrc index dbe3392..18bfab4 100644 --- a/.forgejo/workflows/config/.pylintrc +++ b/.forgejo/workflows/config/.pylintrc @@ -17,4 +17,4 @@ import-outside-toplevel, import-self, relative-beyond-top-level, - duplicate-code + too-many-instance-attributes diff --git a/bible/models.py b/bible/models.py index 86818bb..97500be 100644 --- a/bible/models.py +++ b/bible/models.py @@ -1,5 +1,4 @@ class Version: - # pylint disable=too-many-instance-attributes def __init__( self, bible_id,