diff options
Diffstat (limited to 'resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py')
-rw-r--r-- | resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py b/resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py index d7d0517a57..6d2e967a88 100644 --- a/resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py +++ b/resources/tools/presentation/new/jumpavg/AvgStdevMetadataFactory.py @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Module holding AvgStdevMetadataFactory class.""" + import math from AvgStdevMetadata import AvgStdevMetadata |