forked from cswimr/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-outside-toplevel,
|
||||||
import-self,
|
import-self,
|
||||||
relative-beyond-top-level,
|
relative-beyond-top-level,
|
||||||
duplicate-code
|
too-many-instance-attributes
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
class Version:
|
class Version:
|
||||||
# pylint disable=too-many-instance-attributes
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
bible_id,
|
bible_id,
|
||||||
|
|
Loading…
Reference in a new issue