fixed up a few issues found from linter
This commit is contained in:
@@ -7,6 +7,8 @@ from sqlalchemy.exc import SQLAlchemyError
|
|||||||
from status import st, Status
|
from status import st, Status
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
# pylint: disable=no-member
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Class describing Refimg in the database, and via sqlalchemy, connected to the DB as well
|
# Class describing Refimg in the database, and via sqlalchemy, connected to the DB as well
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ from sqlalchemy import Sequence
|
|||||||
from sqlalchemy.exc import SQLAlchemyError
|
from sqlalchemy.exc import SQLAlchemyError
|
||||||
from status import st, Status
|
from status import st, Status
|
||||||
|
|
||||||
|
# pylint: disable=no-member
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Class describing Settings in the database, and via sqlalchemy, connected to the DB as well
|
# Class describing Settings in the database, and via sqlalchemy, connected to the DB as well
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user