hack4impact/maps4all

View on GitHub
app/__init__.py

Summary

Maintainability
A
1 hr
Test Coverage

Function create_app has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def create_app(config_name):
    app = Flask(__name__)
    app.config.from_object(config[config_name])
    config[config_name].init_app(app)

Severity: Minor
Found in app/__init__.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status