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

Fix development settings and clean import #73

Merged
merged 1 commit into from Oct 14, 2020

Conversation

jbagot
Copy link

@jbagot jbagot commented Oct 14, 2020

Description

Fix the settings, when you try to run the dockerfile it doesn't work because the import .base doesn't exist.

Please provide enough information so that others can review your pull request:
The import in development settings was wrong. I added a #noqa to avoid flake8 warnings.

Code formating

The code has to be well formatted following the formatting rules. For example in Python the code has to follow the PEP8.

Before create your PR, please make sure your code is formatted running:

$ >> black --exclude=venv,__pycache__ ./

@jbagot jbagot added the arch & CI arch team label Oct 14, 2020
@jbagot jbagot self-assigned this Oct 14, 2020
Copy link

@XaviTorello XaviTorello left a comment

Choose a reason for hiding this comment

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

It's strange, it was solved on a4ccd20#diff-35cd2b2f488742e6bc32c672d2c5f09c2a63e0e57a9a819e2ce0925013e0b59d and reintroduced on 89989e3#diff-35cd2b2f488742e6bc32c672d2c5f09c2a63e0e57a9a819e2ce0925013e0b59d

We should propose changes and review it more carefully dudes!

@XaviTorello XaviTorello merged commit fecda79 into GeeksCAT:master Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch & CI arch team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants