diff options
Diffstat (limited to 'lib/sqlalchemy/testing/asyncio.py')
-rw-r--r-- | lib/sqlalchemy/testing/asyncio.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/asyncio.py b/lib/sqlalchemy/testing/asyncio.py index 0acec0def..933f242b0 100644 --- a/lib/sqlalchemy/testing/asyncio.py +++ b/lib/sqlalchemy/testing/asyncio.py @@ -4,6 +4,7 @@ # # This module is part of SQLAlchemy and is released under # the MIT License: https://www.opensource.org/licenses/mit-license.php +# mypy: ignore-errors # functions and wrappers to run tests, fixtures, provisioning and |