Skip to content

Commit

Permalink
fix another import
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Aug 14, 2023
1 parent bf09729 commit b3ff358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion didjvu/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import argparse
import functools
from typing import Any, Callable, Dict, Generator, List, Optional, Type, Union
from typing import Any, Callable, Dict, Generator, List, Optional, Tuple, Type, Union

from didjvu import djvu_support
from didjvu import version
Expand Down

0 comments on commit b3ff358

Please sign in to comment.