From: Mike Bayer Date: Mon, 27 Feb 2023 13:29:45 +0000 (-0500) Subject: remove reveal_type import X-Git-Tag: rel_2_0_5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dadf3584ab9d3a34544b8cb40f787927e55c789;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove reveal_type import this is not really a thing until python 3.11 Change-Id: I4807fb01b718aa1b76dd70c561143acb22ff7b6c --- diff --git a/test/ext/mypy/plain_files/sessionmakers.py b/test/ext/mypy/plain_files/sessionmakers.py index 2897606cfc..60d2e8b33e 100644 --- a/test/ext/mypy/plain_files/sessionmakers.py +++ b/test/ext/mypy/plain_files/sessionmakers.py @@ -1,7 +1,5 @@ """test sessionmaker, originally for #7656""" -from typing import reveal_type - from sqlalchemy import create_engine from sqlalchemy import Engine from sqlalchemy.ext.asyncio import async_scoped_session