I have this line of code in a docstring
>>> s = SMARTSSubstructure(r"I/C=C\F")
flake8 is reporting an issue which does not appear to be valid
⚠️ [flake8] <605> reported by [reviewdog](https://github.com/reviewdog/reviewdog) 🐶 invalid escape sequence '\F'
I have this line of code in a docstring
>>> s = SMARTSSubstructure(r"I/C=C\F")
flake8 is reporting an issue which does not appear to be valid⚠️ [flake8] <605> reported by [reviewdog](https://github.com/reviewdog/reviewdog) 🐶 invalid escape sequence '\F'