You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated DeprecationWarnings about invalid escape sequences (#314)
When compiling with Python 3.6+, a DeprecationWarning is
thrown for an "invalid escape sequence". Updated places
in the code where the warning is thrown with raw string notation.
0 commit comments