X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=sqlconvert%2Fprocess_mysql.py;fp=sqlconvert%2Fprocess_mysql.py;h=ad4d422b4c13fa0ca2f1821009038b0e512c9214;hp=fad7e4cc291a04241834557bbb90aa4c36283e67;hb=152b032a9295ba481efb55295272b82b1d64582a;hpb=a39056dedda364b4b370cc8d54477c8407e84c14 diff --git a/sqlconvert/process_mysql.py b/sqlconvert/process_mysql.py index fad7e4c..ad4d422 100644 --- a/sqlconvert/process_mysql.py +++ b/sqlconvert/process_mysql.py @@ -29,7 +29,7 @@ def is_directive_statement(statement): def remove_directive_tokens(statement): - """Remove /\*! directives \*/ from the first-level""" + """Remove /\*! directives \*/ from the first-level""" # noqa: W605: \* new_tokens = [] for token in statement.tokens: if _is_directive_token(token):