From dd33c64b2d7a1a67c7b006b7884da6979a8d00c9 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:15:19 +0100 Subject: [PATCH] . --- rapids/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/tables.py b/rapids/tables.py index a4759697..88565540 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -60,7 +60,7 @@ class RapidTable(tables.Table): def __init__(self, data=None, *args, **kwargs): super().__init__( data.prefetch_related( - "abnormality", "region", "examination", "laterality" + "abnormality", "region", "examination" ), *args, **kwargs,