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

@ -6,7 +6,7 @@ REQUIRES = [
]
from dataclasses import dataclass
from datetime import datetime
from typing import Optional, Callable
from typing import Callable
from .core import Paths