Source: python-sanix Version: 1.0.6-1 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/python-sanix.html Setting up python3-sanix (1.0.6-1) ... /usr/lib/python3/dist-packages/sanix/__init__.py:42: SyntaxWarning: invalid escape sequence '\d' service_date=datetime.datetime.strptime(_json[ATTR_API_SERVICE_DATE], "%d.%m.%Y").date() if re.match('\d{2}.\d{2}.\d{4}', _json[ATTR_API_SERVICE_DATE]) else None,