diff options
Diffstat (limited to 'ql/lineup.py')
-rw-r--r-- | ql/lineup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ql/lineup.py b/ql/lineup.py index b0d5847..5a2ce82 100644 --- a/ql/lineup.py +++ b/ql/lineup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*-
-from django.utils.functional import cached_property
+from cached_property import cached_property
from .orm.models import Segment, Team, Player
|