]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
test PR - ignore test_pr_11385 13496/head
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Aug 2026 22:37:52 +0000 (18:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Aug 2026 22:37:52 +0000 (18:37 -0400)
this PR is coming from me so should be accepte4d

Fixes: #11385
Change-Id: Ic00c98c10dbcca0e5ebd22307cd33ba46e669f10

README.rst

index 54baa28827b21ce8a31d21fabf051c7e7c373067..60b5fa01e0260815d26db186e1c0c0df713cb8d1 100644 (file)
@@ -1,6 +1,8 @@
 SQLAlchemy
 ==========
 
+this is ai test PR
+
 |PyPI| |Python| |Downloads|
 
 .. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy
@@ -103,7 +105,7 @@ SQLAlchemy's philosophy:
   queries, including how joins are organized,
   how subqueries and correlation is used, what
   columns are requested.  Everything SQLAlchemy
-  does is ultimately the result of a developer-initiated 
+  does is ultimately the result of a developer-initiated
   decision.
 * Don't use an ORM if the problem doesn't need one.
   SQLAlchemy consists of a Core and separate ORM