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
Also, please note that any invalid escape sequences in Python’s usage of the backslash in string literals now generate a DeprecationWarning and in the future this will become a SyntaxError. (Source)
Should be easily fixed by declaring regular expressions as raw strings, e.g.,
If you are referring to the previously removed Origin class, I already worked on that in commit 4f67d1fea01fd57fa63e35c470ba4ba987dce470 of the pipeline-fixes branch.
As per the type annotations, I would probably create a separate branch for that.
For example, in
test_findermethods.py:92
, regular expressions use invalid escaping:Should be easily fixed by declaring regular expressions as raw strings, e.g.,
edit: corrected misinformation on my part
The text was updated successfully, but these errors were encountered: