mirror of
https://github.com/github/codeql.git
synced 2026-03-07 08:06:49 +01:00
When using a sufficiently new version of Python, it will give a warning about the escape sequence `\_` in `¯\_(ツ)_/¯` not being a valid escape :D fix is to make the docstring a raw string. Thanks @owen-mc