Skip to content

Add missing import #24

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

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Conversation

abompard
Copy link
Contributor

Just a missing import in the setup.py.

setup.py Outdated
@@ -1,5 +1,5 @@
import os
from setuptools import setup
from setuptools import setup, find_packages
Copy link
Owner

Choose a reason for hiding this comment

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

yes, it got dropped - my bad. please do and rebase it on the develop branch. also, please put this on a separate line, one module import per line. thank you

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

Signed-off-by: Aurélien Bompard <[email protected]>
@FirefighterBlu3 FirefighterBlu3 merged commit 25b2f06 into FirefighterBlu3:master Sep 30, 2021
@FirefighterBlu3 FirefighterBlu3 mentioned this pull request Dec 3, 2021
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