summaryrefslogtreecommitdiff
path: root/trainers.py
diff options
context:
space:
mode:
Diffstat (limited to 'trainers.py')
-rw-r--r--trainers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/trainers.py b/trainers.py
index 786454a..cf17b98 100644
--- a/trainers.py
+++ b/trainers.py
@@ -83,7 +83,8 @@ trainer_group_names = {
}
def remove_parentheticals_from_trainer_group_names():
- """ Clean up the trainer group names.
+ """
+ Clean up the trainer group names.
"""
i = 0
for (key, value) in trainer_group_names.items():