]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove reveal_type import
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2023 13:29:45 +0000 (08:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2023 13:29:45 +0000 (08:29 -0500)
this is not really a thing until python 3.11

Change-Id: I4807fb01b718aa1b76dd70c561143acb22ff7b6c

test/ext/mypy/plain_files/sessionmakers.py

index 2897606cfccd62b9f894a34697c9ceb25c09a957..60d2e8b33e3ee63dc7aeddb819acb6bd8a97d096 100644 (file)
@@ -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