]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix mypy linting issues
authorMaciek Bryński <maciek@brynski.pl>
Thu, 31 Oct 2024 16:47:35 +0000 (12:47 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Thu, 31 Oct 2024 16:47:35 +0000 (12:47 -0400)
commit431fd0783e2e414cac5b0d0f002d7adc71df3f02
tree70f6276b32dff05d404e3175e6e36e6e84e694a7
parentbd50ba325b10a1a9cdb452fe40c96f959825797c
Fix mypy linting issues

### Description

Fixing mypy linting issues for new mypy version.

### Checklist

This pull request is:

- [ ] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [x] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #1564
Pull-request: https://github.com/sqlalchemy/alembic/pull/1564
Pull-request-sha: a79d47d3acf7ae628ead7ca829bfe1c6f864c3c9

Change-Id: I3be88b6328dc07c46e6b1ddf8c85480dc88cfe95
alembic/ddl/base.py