]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix type annotation for `url`
authorViicos <65306057+Viicos@users.noreply.github.com>
Sun, 26 Mar 2023 02:02:22 +0000 (22:02 -0400)
committerCaselIT <cfederico87@gmail.com>
Sun, 2 Apr 2023 19:01:45 +0000 (21:01 +0200)
commit21512f479c43e3ca0abb5a59a88d1e75171c707e
treeea3ba63f0c6a5a341b708fc6914c379ccd96ab12
parentbc0c305b7c2cc0401e250fcd6a725aacecdd6e33
Fix type annotation for `url`

<!-- Provide a general summary of your proposed changes in the Title field above -->
Left the `pyi` generated file untouched.
### Description
<!-- Describe your changes in detail -->

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [x] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] 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: #1209
Pull-request: https://github.com/sqlalchemy/alembic/pull/1209
Pull-request-sha: d15cb6e28d5bb934d139ced87e713a9d77505346

Change-Id: I8548806a693b150f1417a102e6498119524008a0
alembic/context.pyi
alembic/runtime/environment.py
alembic/runtime/migration.py
tools/write_pyi.py