kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
529 stars 60 forks source link

Use raw string notation for regex to fix PyInstaller warning #244

Closed trivedihoney closed 4 months ago

trivedihoney commented 4 months ago

This commit updates the use of string literals in regular expressions by applying raw string notation (r"text")

kevmo314 commented 4 months ago

Thank you!