mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -156,7 +156,8 @@ class SecretsMigrator:
|
||||
raise Exception from exc
|
||||
|
||||
re_encrypted_columns[column_name] = encrypted_type.process_bind_param(
|
||||
unencrypted_value, self._dialect,
|
||||
unencrypted_value,
|
||||
self._dialect,
|
||||
)
|
||||
|
||||
set_cols = ",".join(
|
||||
|
||||
Reference in New Issue
Block a user