mirror of
https://github.com/apache/superset.git
synced 2026-04-15 14:15:15 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -108,10 +108,8 @@ class ValidateSQLCommand(BaseCommand):
|
||||
raise NoValidatorFoundError(
|
||||
SupersetError(
|
||||
message=__(
|
||||
"No validator named {} found "
|
||||
"(configured for the {} engine)".format(
|
||||
validator_name, spec.engine
|
||||
)
|
||||
f"No validator named {validator_name} found "
|
||||
f"(configured for the {spec.engine} engine)"
|
||||
),
|
||||
error_type=SupersetErrorType.GENERIC_DB_ENGINE_ERROR,
|
||||
level=ErrorLevel.ERROR,
|
||||
|
||||
Reference in New Issue
Block a user