We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e334244 commit 3b469ccCopy full SHA for 3b469cc
sqlalchemy-stubs/dialects/postgresql/base.pyi
@@ -1,7 +1,7 @@
1
from ... import schema
2
from ...engine import default, reflection
3
from ...sql import compiler, expression, sqltypes, type_api
4
-from typing import Any, Optional, Set, Type, Text, Pattern, Dict, TypeVar, overload
+from typing import Any, Optional, Set, Type, Text, Pattern, Dict, TypeVar, overload, Literal
5
from datetime import timedelta
6
import uuid
7
0 commit comments