
__init__.py
About this file
The file defines report blueprints and all the report view functions are imported in this file.
Code Issues
- There is no docstring explaining the need or synopsis of the file.
Code Check Report
app/report/__init__.py:5:1: E402 module level import not at top of file app/report/__init__.py:5:1: F401 '.views' imported but unused
Documentation drawn from source code