File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sqlalchemy-stubs/dialects/postgresql Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ class UUID(sqltypes.TypeEngine[_T]):
73
73
__visit_name__ : str = ...
74
74
as_uuid : bool = ...
75
75
@overload
76
- def __new__ (self , as_uuid : Literal [True ]) -> UUID [sqltypes .TypeEngine [uuid .UUID ]]:...
76
+ def __new__ (self , as_uuid : Literal [True ]) -> UUID [sqltypes .TypeEngine [uuid .UUID ]]: ...
77
77
@overload
78
- def __new__ (self , as_uuid : Literal [False , None ]) -> UUID [sqltypes .TypeEngine [str ]]:...
79
- def __new__ (self ) -> UUID [sqltypes .TypeEngine [str ]]:...
78
+ def __new__ (self , as_uuid : Literal [False , None ]) -> UUID [sqltypes .TypeEngine [str ]]: ...
79
+ def __new__ (self ) -> UUID [sqltypes .TypeEngine [str ]]: ...
80
80
def bind_processor (self , dialect : Any ): ...
81
81
def result_processor (self , dialect : Any , coltype : Any ): ...
82
82
PGUuid = UUID
You can’t perform that action at this time.
0 commit comments