diff --git a/unisportomat/quiz/serializers.py b/unisportomat/quiz/serializers.py
index 0b8605d3b5dbfb7b0e3bc9b07e012340f0d13e35..3a9cdd80c3fa9ca2a1874339fd34122f1ec0ed52 100644
--- a/unisportomat/quiz/serializers.py
+++ b/unisportomat/quiz/serializers.py
@@ -156,7 +156,7 @@ class IncompleteSportSerializer(serializers.BaseSerializer):
             }
 
             for crit in sport.criteria_ratings.iterator():
-
+                # Asking this way to save an indentation and for readability. Would also work when asking for = -1 and handling the append then.
                 if sport.get_rating(crit) != -1:
                     continue