From c201803a59e641e3c45c7793b8f64eff57c416e5 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 1 Jun 2020 08:33:56 +0200 Subject: [PATCH] scoring --- rowers/scoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/scoring.py b/rowers/scoring.py index afde6869..d874e053 100644 --- a/rowers/scoring.py +++ b/rowers/scoring.py @@ -1,5 +1,5 @@ from rowers.models import ( - #StandardCollection,CourseStandard, + StandardCollection,CourseStandard, VirtualRaceResult,IndoorVirtualRaceResult, )