From 767c2340f122a8542e7c24596eaa0f7692f43b33 Mon Sep 17 00:00:00 2001 From: mhenrhcsen Date: Mon, 12 May 2025 22:57:43 +0200 Subject: [PATCH] docstring for tests --- tests/test_trainer_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_trainer_utils.py b/tests/test_trainer_utils.py index f03f62f3e..beed009a5 100644 --- a/tests/test_trainer_utils.py +++ b/tests/test_trainer_utils.py @@ -1,3 +1,4 @@ +"""Module containing tests for trainer utility functions.""" import unittest from functools import partial