]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix linting 12162/head
authorNick Wilkinson <nicholas.w@solenya.ai>
Fri, 6 Dec 2024 06:56:12 +0000 (08:56 +0200)
committerNick Wilkinson <nicholas.w@solenya.ai>
Fri, 6 Dec 2024 06:56:12 +0000 (08:56 +0200)
lib/sqlalchemy/dialects/postgresql/base.py

index 5fa217cc0977ba79bb68d2008e3ae1f236ea9696..6b14ace17459101ae5a548f27a84f09cb3ba34ca 100644 (file)
@@ -4603,7 +4603,10 @@ class PGDialect(default.DefaultDialect):
                     dialect_options = {}
                     if row["reloptions"]:
                         dialect_options["postgresql_with"] = dict(
-                            [option.split("=", 1) for option in row["reloptions"]]
+                            [
+                                option.split("=", 1)
+                                for option in row["reloptions"]
+                            ]
                         )
                     # it *might* be nice to include that this is 'btree' in the
                     # reflection info.  But we don't want an Index object