diff --git a/refimg.py b/refimg.py index 41b7d8b..c258e5f 100644 --- a/refimg.py +++ b/refimg.py @@ -7,6 +7,8 @@ from sqlalchemy.exc import SQLAlchemyError from status import st, Status import os +# pylint: disable=no-member + ################################################################################ # Class describing Refimg in the database, and via sqlalchemy, connected to the DB as well ################################################################################ diff --git a/settings.py b/settings.py index 7efcba2..f86154d 100644 --- a/settings.py +++ b/settings.py @@ -6,6 +6,8 @@ from sqlalchemy import Sequence from sqlalchemy.exc import SQLAlchemyError from status import st, Status +# pylint: disable=no-member + ################################################################################ # Class describing Settings in the database, and via sqlalchemy, connected to the DB as well ################################################################################