diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-08-27 11:39:55 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-08-27 16:04:24 -0400 |
| commit | 94dfe0dfd7f7e69588d06dcf2ca74a3fce6ad4fc (patch) | |
| tree | 7241822c9250204b8636957d9dc4239044a74118 /doc/build | |
| parent | e2d9ef3fe6f7bd9b151caf71ae5eb7f15522ec8c (diff) | |
| download | sqlalchemy-94dfe0dfd7f7e69588d06dcf2ca74a3fce6ad4fc.tar.gz | |
dont assume argument lists for column property
Fixed issue where mypy plugin would crash when interpreting a
``query_expression()`` construct.
Fixes: #6950
Change-Id: Ic1f28d135bf6eb05c92061430c0d5a3663b804ef
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_14/6950.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/6950.rst b/doc/build/changelog/unreleased_14/6950.rst new file mode 100644 index 000000000..cdfe69e88 --- /dev/null +++ b/doc/build/changelog/unreleased_14/6950.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, mypy + :tickets: 6950 + + Fixed issue where mypy plugin would crash when interpreting a + ``query_expression()`` construct. |
