mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.88k stars 61 forks source link

Fix invalid escape sequence '\ ' warning #258

Closed hynek closed 1 year ago

hynek commented 1 year ago

I didn't go thru the whole code base, this is just a warning that has been pestering me for a while. :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #258 (2690ab0) into master (e343043) will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   97.99%   98.01%   +0.02%     
==========================================
  Files          27       27              
  Lines        4336     4336              
  Branches      748      748              
==========================================
+ Hits         4249     4250       +1     
  Misses         56       56              
+ Partials       31       30       -1     
Impacted Files Coverage Δ
glom/matching.py 99.36% <ø> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mahmoud commented 1 year ago

:100: