Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve DeprecationWarning related to raw string escape sequences #596

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

mshriver
Copy link
Contributor

@mshriver mshriver commented Dec 10, 2019

Just trying to clean up some Deprecation Warnings that I'm seeing in use of the library with python 3.7.

Looking at contributions guidelines - I didn't find any open issues related to this deprecation warning, and there's no functional change so I have not added any additional tests.

@codecov
Copy link

codecov bot commented Dec 10, 2019

Codecov Report

Merging #596 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #596   +/-   ##
=======================================
  Coverage   95.12%   95.12%           
=======================================
  Files         302      302           
  Lines        2503     2503           
=======================================
  Hits         2381     2381           
  Misses        122      122
Impacted Files Coverage Δ
dateparser/timezones.py 100% <ø> (ø) ⬆️
dateparser/utils/strptime.py 100% <ø> (ø) ⬆️
dateparser/languages/locale.py 98.65% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4b493f...27cf379. Read the comment docs.

@mshriver
Copy link
Contributor Author

Thanks @Gallaecio !

@Gallaecio Gallaecio merged commit bde2e20 into scrapinghub:master Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants