maestro-server/discovery-api

View on GitHub
gunicorn_config.py

Summary

Maintainability
A
0 mins
Test Coverage

No newline at end of file
Open

workers = os.environ.get("MAESTRO_GWORKERS", 2)
Severity: Minor
Found in gunicorn_config.py by pep8

Trailing blank lines are superfluous.

Okay: spam(1)
W391: spam(1)\n

However the last line should end with a new line (warning W292).

There are no issues that match your filters.

Category
Status