cleanup; remove unused imports

This commit is contained in:
Sean Breckenridge 2021-04-02 00:17:24 -07:00 committed by karlicoss
parent a11a3af597
commit 5ecd4b4810
39 changed files with 36 additions and 67 deletions

View file

@ -7,7 +7,7 @@ import re
from pathlib import Path
from datetime import datetime
from html.parser import HTMLParser
from typing import List, Dict, Optional, Any, Callable, Iterable, Tuple
from typing import List, Optional, Any, Callable, Iterable, Tuple
from collections import OrderedDict
from urllib.parse import unquote
import pytz

View file

@ -23,7 +23,7 @@ config = make_config(google)
from pathlib import Path
from typing import Optional, Iterable
from ...core.kompress import kopen, kexists
from ...core.kompress import kexists
def get_takeouts(*, path: Optional[str]=None) -> Iterable[Path]: