cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -6,9 +6,9 @@ REQUIRES = [
|
|||
'python-tcxparser',
|
||||
]
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import timedelta
|
||||
from pathlib import Path
|
||||
from typing import NamedTuple, Iterable
|
||||
from typing import Iterable
|
||||
|
||||
from .core import Res, get_files
|
||||
from .core.common import isoparse, Json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue