summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorViicos <65306057+Viicos@users.noreply.github.com>2023-03-25 22:02:22 -0400
committerCaselIT <cfederico87@gmail.com>2023-04-02 21:01:45 +0200
commit21512f479c43e3ca0abb5a59a88d1e75171c707e (patch)
treeea3ba63f0c6a5a341b708fc6914c379ccd96ab12 /tools
parentbc0c305b7c2cc0401e250fcd6a725aacecdd6e33 (diff)
downloadalembic-21512f479c43e3ca0abb5a59a88d1e75171c707e.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/write_pyi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/write_pyi.py b/tools/write_pyi.py
index aec1813..fcf9d36 100644
--- a/tools/write_pyi.py
+++ b/tools/write_pyi.py
@@ -33,6 +33,7 @@ TRIM_MODULE = [
"alembic.operations.base.",
"alembic.operations.ops.",
"sqlalchemy.engine.base.",
+ "sqlalchemy.engine.url.",
"sqlalchemy.sql.schema.",
"sqlalchemy.sql.selectable.",
"sqlalchemy.sql.elements.",