]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove unwanted lint change
authorCaspar Wylie <casparwylie@Caspars-MacBook-Pro.local>
Thu, 2 Feb 2023 09:36:51 +0000 (09:36 +0000)
committerCaspar Wylie <casparwylie@Caspars-MacBook-Pro.local>
Thu, 2 Feb 2023 09:36:51 +0000 (09:36 +0000)
test/ext/mypy/plugin_files/issue_9156.py

index e67f64442a3df4e388686f04a23c60fb704ec349..46e5e95703cbec6d574dc50571154f4bee959859 100644 (file)
@@ -1,5 +1,4 @@
-from typing import Any
-from typing import Type
+from typing import Any, Type
 
 from sqlalchemy.sql.elements import ColumnElement
 from sqlalchemy.sql.type_api import TypeEngine