Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 23, 2024
1 parent 40fc5f0 commit d7d9431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/slackbot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from typing import AsyncIterator, TypedDict, cast

from marvin.tools.github import search_github_issues
from modules import display_signature
from prefect import get_run_logger, task
from prefect.blocks.system import Secret
from prefect.logging.loggers import get_logger
Expand All @@ -19,7 +20,6 @@
from raggy.documents import Document
from raggy.vectorstores.tpuf import TurboPuffer, query_namespace
from search import (
display_signature,
explore_module_offerings,
get_latest_prefect_release_notes,
review_common_3x_gotchas,
Expand Down

0 comments on commit d7d9431

Please sign in to comment.