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
For Python versions 3.12+, the use of regular expression syntax outside of a raw string generates SyntaxWarning (and will be eventually raise a SyntaxError in the future, which would cause the program to stop working). See Python changelog and attached screenshot for details.