Skip to content

Commit 7de6955

Browse files
committed
get cached_property from the standard lib
1 parent 252e856 commit 7de6955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garmindb/tcx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__license__ = "GPL"
66

77
import re
8-
from cached_property import cached_property
8+
from functools import cached_property
99

1010
import tcxfile
1111
from idbutils import Location

0 commit comments

Comments
 (0)