Skip to content

Commit 4baf655

Browse files
committed
Use modern type hints in old Python
1 parent 5db55f2 commit 4baf655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stravavis/process_data.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import math
24
from multiprocessing import Pool
35

0 commit comments

Comments
 (0)