forked from blizzthewolf/SeaCogs
fix(bible): actual pylint fix
This commit is contained in:
parent
660b2ddb10
commit
21d5266bb6
2 changed files with 1 additions and 2 deletions
|
@ -17,4 +17,4 @@
|
|||
import-outside-toplevel,
|
||||
import-self,
|
||||
relative-beyond-top-level,
|
||||
duplicate-code
|
||||
too-many-instance-attributes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
class Version:
|
||||
# pylint disable=too-many-instance-attributes
|
||||
def __init__(
|
||||
self,
|
||||
bible_id,
|
||||
|
|
Loading…
Reference in a new issue