From 6a57ce0fdeeb00566d104913e8700564e75b3bbc Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sat, 11 Jan 2025 22:59:06 +0100 Subject: [PATCH] fix linter warning Change-Id: I075cfff5c9aea58d29c2caf5fd7512faa4902ef4 --- lib/sqlalchemy/exc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sqlalchemy/exc.py b/lib/sqlalchemy/exc.py index d27324475e..c66124d6c8 100644 --- a/lib/sqlalchemy/exc.py +++ b/lib/sqlalchemy/exc.py @@ -813,7 +813,9 @@ class LegacyAPIWarning(Base20DeprecationWarning): class MovedIn20Warning(Base20DeprecationWarning): - """Subtype of Base20DeprecationWarning to indicate an API that moved only.""" + """Subtype of Base20DeprecationWarning to indicate an API that moved + only. + """ class SAPendingDeprecationWarning(PendingDeprecationWarning): -- 2.47.3