cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -7,8 +7,7 @@ REQUIRES = [
|
|||
]
|
||||
|
||||
import re
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Optional, Iterator
|
||||
from typing import Dict, List, Iterator
|
||||
from datetime import datetime
|
||||
|
||||
from .common import LazyLogger, get_files, group_by_key, cproperty, make_dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue