mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -188,8 +188,16 @@ class PostgresEngineSpec(PostgresBaseEngineSpec, BasicParametersMixin):
|
||||
lambda match: ARRAY(int(match[2])) if match[2] else String(),
|
||||
GenericDataType.STRING,
|
||||
),
|
||||
(re.compile(r"^json.*", re.IGNORECASE), JSON(), GenericDataType.STRING,),
|
||||
(re.compile(r"^enum.*", re.IGNORECASE), ENUM(), GenericDataType.STRING,),
|
||||
(
|
||||
re.compile(r"^json.*", re.IGNORECASE),
|
||||
JSON(),
|
||||
GenericDataType.STRING,
|
||||
),
|
||||
(
|
||||
re.compile(r"^enum.*", re.IGNORECASE),
|
||||
ENUM(),
|
||||
GenericDataType.STRING,
|
||||
),
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user