mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -63,7 +63,8 @@ def permalink_salt() -> Iterator[str]:
|
||||
yield salt
|
||||
namespace = get_uuid_namespace(salt)
|
||||
db.session.query(KeyValueEntry).filter_by(
|
||||
resource=KeyValueResource.APP, uuid=uuid3(namespace, key),
|
||||
resource=KeyValueResource.APP,
|
||||
uuid=uuid3(namespace, key),
|
||||
)
|
||||
db.session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user