summaryrefslogtreecommitdiff
path: root/alembic/operations/batch.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/operations/batch.py')
-rw-r--r--alembic/operations/batch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/operations/batch.py b/alembic/operations/batch.py
index da2caf6..00f13a1 100644
--- a/alembic/operations/batch.py
+++ b/alembic/operations/batch.py
@@ -484,7 +484,7 @@ class ApplyBatchImpl:
table_name: str,
column_name: str,
nullable: Optional[bool] = None,
- server_default: Optional[Union[Function, str, bool]] = False,
+ server_default: Optional[Union[Function[Any], str, bool]] = False,
name: Optional[str] = None,
type_: Optional[TypeEngine] = None,
autoincrement: None = None,