-
Notifications
You must be signed in to change notification settings - Fork 96
Formatted everything with isort and black #84
Formatted everything with isort and black #84
Conversation
78f9e7b
to
bda4fb0
Compare
@AndreasBackx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
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.
Thanks for fixing this, just a few tiny things and we should be ready to merge that.
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.
❤️
@AndreasBackx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
I seem to have screwed something up while trying to rebase main into this branch to account for the earlier merged PR. I'm going to try and fix it later today |
944e7c6
to
73e4009
Compare
@AndreasBackx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
I believe the commit-spaghetti should be fixed now :) |
@AndreasBackx merged this pull request in cbce1d0. |
Summary: I was looking for something to do when I came across this repo. I saw the stale PR and wanted to take a crack at it. As for the formatting done in some files, I use black and at first I didn't pay attention until I noticed it here. I read in the contributing file that black is being used, so I'm hoping those changes are OK. I tried to follow the comments given to the previous PR as closely as I could, but I may have done something completely wrong, so I am open for feedback. I've rebased the commits made by esciara and the other PR's I've made. Edit: This is based on #84 Pull Request resolved: #81 Reviewed By: AhmedSoliman Differential Revision: D31782837 Pulled By: AndreasBackx fbshipit-source-id: 0d64722f78b30712859bb8bdf1f4c6d5efb1f266
Following the comments on #81 this formats all the code using isort and black according to contributing guidelines. This is based on #82