diff --git a/common/common/flask_stats.py b/common/common/flask_stats.py index 52b2a2a..2ef99be 100644 --- a/common/common/flask_stats.py +++ b/common/common/flask_stats.py @@ -1,3 +1,9 @@ +""" +Code shared between components to gather stats from flask methods. +Note that this code requires flask, but the common module as a whole does not +to avoid needing to install them for components that don't need it. +""" + import functools from flask import request