From 0a3a37681dc1cebee081db47082c0a70f1effcc2 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Thu, 30 Jan 2025 21:34:00 +0100 Subject: [PATCH] remove comma in docstring Change-Id: I135c06ddc16f905835b50cb8ea41f13a1ae2e0be (cherry picked from commit 425f45fb285e5994e96a33b458f1a6aa98a8907f) --- lib/sqlalchemy/orm/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/base.py b/lib/sqlalchemy/orm/base.py index c84f3b1b3f..ae0ba1029d 100644 --- a/lib/sqlalchemy/orm/base.py +++ b/lib/sqlalchemy/orm/base.py @@ -145,7 +145,7 @@ class PassiveFlag(FastIntFlag): """ NO_AUTOFLUSH = 64 - """Loader callables should disable autoflush.""", + """Loader callables should disable autoflush.""" NO_RAISE = 128 """Loader callables should not raise any assertions""" -- 2.47.3