Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kanren/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Callable,
Iterable,
Iterator,
Literal,
MutableMapping,
Optional,
Tuple,
Expand All @@ -16,7 +17,6 @@

from cons.core import ConsPair
from toolz import interleave, take
from typing_extensions import Literal
from unification import isvar, reify, unify
from unification.core import isground

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"etuples >= 0.3.1",
"logical-unification >= 0.4.1",
"toolz",
"typing_extensions",
]

[project.urls]
Expand Down