-
Notifications
You must be signed in to change notification settings - Fork 45
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
Remove utils.move_file()
function as it is no longer used in the toolbox
#342
Conversation
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.
LGTM!
@viacovella can you change the first line in the first PR message to "Closes #336 and closes #337"?
Oh, I spoke too soon 😅 The style test is failing because there was a line missing between two functions. Can you correct that please? |
Thank you @viacovella ! I think this is a very simple refactoring PR and two reviews are not really necessary for this one. What do you think @smoia ? |
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.
Ok, we're close @viacovella, we're close.
@viacovella flake8 is not your friend today! Check here to know what the problem is. In this case, apparently there's a whitespace in the line you added. Can I ask you what are you using to write your scripts? Sometimes adding some linter plugin helps dramatically in avoiding these little issues. I can help you set them up. |
I'd also suggest that you tune your IDE settings to show you whitespace. It's incredibly useful for these kinds of errors. |
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.
The style check passed, so this should be ready.
Thank you @viacovella !
Codecov Report
@@ Coverage Diff @@
## master #342 +/- ##
==========================================
+ Coverage 94.81% 94.89% +0.08%
==========================================
Files 9 9
Lines 848 843 -5
==========================================
- Hits 804 800 -4
+ Misses 44 43 -1
|
Ok, I think this is ready! Since this is not only your first PR, but your first Brainhack PR, here's a gong for you! 🛎️ (Or the closest thing we can get with GH emojis) |
This PR won't trigger |
I have no idea since it's the first |
utils.move_file()
function as it is no longer used in the toolbox
🚀 PR was released in |
#Closes #336 and #closes #337
Proposed Changes