crime_data/app.py
Showing 2 of 2 total issues
Function add_resources
has 86 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def add_resources(app): """Register API routes and Swagger endpoints""" api = restful.Api(app) @api.representation('text/csv')
- Create a ticketCreate a ticket
File app.py
has 262 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
# -*- coding: utf-8 -*-"""The app module, containing the app factory function."""import csvimport iofrom os import getenv
- Create a ticketCreate a ticket