Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOps77 committed Jun 23, 2024
1 parent 9c4042a commit ce803fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions click_repl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
import os
import shlex
import typing as t
from typing import Callable, NoReturn, Sequence, Generator, Iterator
from collections import defaultdict
from collections.abc import Sequence, Generator, Iterator

from .exceptions import CommandLineParserError, ExitReplException

if t.TYPE_CHECKING:
from typing import Sequence, NoReturn, Callable

T = t.TypeVar('T')
InternalCommandCallback: t.TypeAlias = Callable[[], None]

Expand Down

0 comments on commit ce803fb

Please sign in to comment.