-
Notifications
You must be signed in to change notification settings - Fork 809
Fix wrong import #930
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
Fix wrong import #930
Conversation
fix wrong import from `url` (unused in example) to `path`
Codecov Report
@@ Coverage Diff @@
## master #930 +/- ##
=======================================
Coverage 94.94% 94.94%
=======================================
Files 30 30
Lines 1423 1423
=======================================
Hits 1351 1351
Misses 72 72 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @2o4 for the fix!
@auvipy You are merging without confirming the PR template was filled out (again). Please follow the process. |
@n2ygk my bad, apologies! I did merge it and missed the point that we do not have a proper PR description followed by a template. |
I did not merge it |
Apologies. I misread the log.
…On Wed, Mar 10, 2021 at 2:04 AM Asif Saif Uddin ***@***.***> wrote:
@auvipy <https://github.com/auvipy> You are merging without confirming
the PR template was filled out (again). Please follow the process.
I did not merge it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#930 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBHS5YTFKWW7CM7HDPYOELTC4KYZANCNFSM4YUEE2EQ>
.
|
Fix wrong import from
url
(unused in example) topath
.Fixes #
Just a quick fix.