__init__.py

About this file

The file defines user_request blueprints and all the user_request view functions are imported in this file.

Code Issues

  • Needs a short description regarding the purpose of this file.

Code Check Report


app/user_request/__init__.py:5:1: E402 module level import not at top of file
app/user_request/__init__.py:5:1: F401 '.views' imported but unused
                        

Documentation drawn from source code

Source code