pyannote-database
pyannote-database copied to clipboard
fix syntax warning for invalid escape sequence
I see a lot of warning like
<stdin>:1: SyntaxWarning: invalid escape sequence '\s'
when pyannote-database is used under the hood in python12.
I checked these warnings wouldn't show up if in python10
This should fix the SyntaxWarning(s). Any idea on when this might get merged @hbredin ?
Fixed in 6.1.1