fix: fix 'invalid-name' for pylint
This commit is contained in:
parent
0c4d1749af
commit
6d2eccd0ea
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# wuttaweb -- Web App for Wutta Framework
|
||||
# Copyright © 2024 Lance Edgar
|
||||
# Copyright © 2024-2025 Lance Edgar
|
||||
#
|
||||
# This file is part of Wutta Framework.
|
||||
#
|
||||
|
@ -61,6 +61,6 @@ from sqlalchemy import orm
|
|||
from zope.sqlalchemy.datamanager import register
|
||||
|
||||
|
||||
Session = orm.scoped_session(orm.sessionmaker())
|
||||
Session = orm.scoped_session(orm.sessionmaker()) # pylint: disable=invalid-name
|
||||
|
||||
register(Session)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue