some mypy cleanup

This commit is contained in:
Dima Gerasimov 2020-03-24 19:46:49 +00:00
parent bf667ef58b
commit 26788d92fc
2 changed files with 12 additions and 9 deletions

View file

@ -10,7 +10,7 @@ from typing import NamedTuple, List, Optional, Iterator
from contextlib import redirect_stderr
from .common import import_file, mcachew, group_by_key
from .common import mcachew, group_by_key
from .error import Res, split_errors
# path to pdfannots (https://github.com/0xabu/pdfannots)