]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix type annotation in `create_table_comment` 1115/head
authorColin Adams <adamscolinc@gmail.com>
Wed, 9 Nov 2022 17:26:18 +0000 (09:26 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2022 17:26:18 +0000 (09:26 -0800)
commit973ca93b199dccf4474db650bcfee797b2bf7c51
tree968baf54f99ffdab7a49a05cc2456c24da5c3b2d
parent7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd
Fix type annotation in `create_table_comment`

The `existing_comment` parameter had type `None`, but it should be `Optional[str]`.
alembic/op.pyi