Skip to content

Commit 6e79fe2

Browse files
committed
formatting
1 parent c82cd46 commit 6e79fe2

File tree

1 file changed

+3
-3
lines changed
  • sqlalchemy-stubs/dialects/postgresql

1 file changed

+3
-3
lines changed

sqlalchemy-stubs/dialects/postgresql/base.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ class UUID(sqltypes.TypeEngine[_T]):
7373
__visit_name__: str = ...
7474
as_uuid: bool = ...
7575
@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]]: ...
7777
@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]]: ...
8080
def bind_processor(self, dialect: Any): ...
8181
def result_processor(self, dialect: Any, coltype: Any): ...
8282
PGUuid = UUID

0 commit comments

Comments
 (0)