mirror of
https://github.com/github/codeql.git
synced 2026-04-08 16:44:04 +02: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