fixed up a few issues found from linter

This commit is contained in:
2021-03-19 18:04:22 +11:00
parent 6d071f14dd
commit 22281be93d
2 changed files with 4 additions and 0 deletions

View File

@@ -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
################################################################################

View File

@@ -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
################################################################################