remove redundant overload
This commit is contained in:
parent
b77e51b09c
commit
7e6bc323c9
@ -3237,11 +3237,6 @@ class Field(Generic[FIELD_TYPE]):
|
||||
self: Field[BASE_TYPE], instance: None, owner: Any
|
||||
) -> ObjectVar[BASE_TYPE]: ...
|
||||
|
||||
@overload
|
||||
def __get__(
|
||||
self: Field[BASE_TYPE], instance: None, owner: Any
|
||||
) -> ObjectVar[BASE_TYPE]: ...
|
||||
|
||||
@overload
|
||||
def __get__(
|
||||
self: Field[SQLA_TYPE], instance: None, owner: Any
|
||||
|
Loading…
Reference in New Issue
Block a user