From: Federico Caselli Date: Sat, 11 Jan 2025 21:59:06 +0000 (+0100) Subject: fix linter warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a57ce0fdeeb00566d104913e8700564e75b3bbc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix linter warning Change-Id: I075cfff5c9aea58d29c2caf5fd7512faa4902ef4 --- 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):