summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2023-03-06 22:15:15 +0100
committerCaselIT <cfederico87@gmail.com>2023-03-10 19:27:55 +0100
commitbc0c305b7c2cc0401e250fcd6a725aacecdd6e33 (patch)
tree57634b5961cb3a7d4b711f4d4e0a1b77f40d2a13 /docs
parent555fddf015ae38e1f44e829645d8b09b175cb0c4 (diff)
downloadalembic-bc0c305b7c2cc0401e250fcd6a725aacecdd6e33.tar.gz
Fix unknown types reported by pyright
Fixed various typing issues observed with pyright, including issues involving the combination of :class:`.Function` and :meth:`.MigrationContext.begin_transaction`. Fixes: #1191 Fixes: #1201 Change-Id: I9856a8f59c22130c8bbcbed3e19cf2e8a8bf0608
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/1191.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/build/unreleased/1191.rst b/docs/build/unreleased/1191.rst
new file mode 100644
index 0000000..0ef1953
--- /dev/null
+++ b/docs/build/unreleased/1191.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, typing
+ :tickets: 1191, 1201
+
+ Fixed various typing issues observed with pyright, including issues
+ involving the combination of :class:`.Function` and
+ :meth:`.MigrationContext.begin_transaction`.