Fix mypy for alembic env script (#2231)

This commit is contained in:
Jonathan Zernik 2022-06-11 13:52:19 -07:00 committed by GitHub
parent 2cabb8197a
commit e805751bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ from squeaknode.db.models import Models
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
config = context.config
config = context.config # type: ignore
# Interpret the config file for Python logging.
# This line sets up loggers basically.