cleanup; remove unused imports

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

View file

@ -7,7 +7,7 @@ from my.config import feedly as config
from pathlib import Path
from typing import Sequence
from ..core.common import listify, get_files, isoparse
from ..core.common import listify, get_files
from .common import Subscription