mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Updates init files for pylint
This commit is contained in:
parent
9e803043b2
commit
a92bf785dd
18 changed files with 36 additions and 18 deletions
|
@ -1 +1,2 @@
|
||||||
from . import *
|
""" import ALL the tests """
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
from . import *
|
# pylint: disable=missing-module-docstring
|
||||||
|
from . import * # pylint: disable=import-self
|
||||||
|
|
Loading…
Reference in a new issue