X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=sqlconvert%2Fprocess_mysql.py;h=c89d6d190940dad18230043b6ae77da89bfababf;hp=303dcf3d3651ce321f4610860c22e08adcc7b9a0;hb=d0a633edc6379e87cac256534c5edc1b51d644e8;hpb=9bfd0fb291e1ca197ece43bb728f65830289d826 diff --git a/sqlconvert/process_mysql.py b/sqlconvert/process_mysql.py index 303dcf3..c89d6d1 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""" # noqa: W605: \* + """Remove /*! directives */ from the first-level""" new_tokens = [] for token in statement.tokens: if _is_directive_token(token):