Skip to content

Commit

Permalink
Fix Literal
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Nov 29, 2023
1 parent fe9e93b commit ee51fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvelib/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Generic,
Iterable,
List,
Literal,
Mapping,
NamedTuple,
Optional,
Expand All @@ -35,6 +34,7 @@

if TYPE_CHECKING:
from .providers import Preference
from typing_extensions import Literal

BacktrackStrategy = Literal["backjump_fallback", "backjump", "backtrack"]

Expand Down

0 comments on commit ee51fdf

Please sign in to comment.