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

Ran flake8, black, and tests #103

Merged
merged 1 commit into from
Sep 7, 2020
Merged

Ran flake8, black, and tests #103

merged 1 commit into from
Sep 7, 2020

Conversation

intendo
Copy link
Contributor

@intendo intendo commented Sep 7, 2020

Just cleaning up some code flake8, black, and making sure tests still pass.

@@ -14,17 +14,17 @@
import sys


sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath("../"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not change the code, black simply changed the quotations marks used. I don't think it should be needed. I was just linting and formatting.

Copy link
Member

@sobolevnrm sobolevnrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mis-read the diff; sorry.

@intendo intendo merged commit 89bdc89 into master Sep 7, 2020
@intendo intendo deleted the intendo_flake8 branch September 7, 2020 23:51
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.

2 participants