forked from cswimr/SeaCogs
fix(bible): actual pylint fix
This commit is contained in:
parent
e57e0d53ce
commit
660b2ddb10
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# pylint disable=too-many-instance-attributes
|
|
||||||
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