Skip to content

Commit 31c0630

Browse files
committed
Updates based on PR feedback
1 parent 15b24af commit 31c0630

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlalchemy-stubs/sql/sqltypes.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ from decimal import Decimal
66
from typing import Any
77
from typing import List
88
from typing import Mapping
9-
from typing import NoReturn
109
from typing import Optional
1110
from typing import Type
1211
from typing import TypeVar
@@ -329,7 +328,6 @@ class ARRAY(SchemaEventTarget, Indexable, Concatenable, TypeEngine[List]):
329328
class TupleType(TypeEngine[TupleType]):
330329
types: Any = ...
331330
def __init__(self, *types: Any) -> None: ...
332-
def result_processor(self, dialect: Any, coltype: Any) -> NoReturn: ...
333331

334332
class REAL(Float):
335333
__visit_name__: str = ...

0 commit comments

Comments
 (0)