mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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