summaryrefslogtreecommitdiff
path: root/alembic/operations/ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/operations/ops.py')
-rw-r--r--alembic/operations/ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/operations/ops.py b/alembic/operations/ops.py
index 789fb58..b3ef5bb 100644
--- a/alembic/operations/ops.py
+++ b/alembic/operations/ops.py
@@ -1422,7 +1422,7 @@ class CreateTableCommentOp(AlterTableOp):
operations: Operations,
table_name: str,
comment: Optional[str],
- existing_comment: None = None,
+ existing_comment: Optional[str] = None,
schema: Optional[str] = None,
) -> Optional[Table]:
"""Emit a COMMENT ON operation to set the comment for a table.