Skip to content

Commit

Permalink
fix: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Feb 5, 2024
1 parent 608c4b8 commit 1d2c631
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/promplate/chain/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
from itertools import accumulate
from typing import Callable, Mapping, MutableMapping, overload

from promplate.chain.callback import BaseCallback
from promplate.llm.base import Complete

from ..llm.base import *
from ..prompt.template import Context, Loader, SafeChainMapContext, Template
from .callback import BaseCallback, Callback
Expand Down

0 comments on commit 1d2c631

Please sign in to comment.