Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Nov 11, 2024
1 parent a57d77b commit e2f8177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""Integration tests for the PanelCallbackHandler module."""

import pytest
from langchain_community.llms import OpenAI

# Import the internal PanelCallbackHandler from its module - and not from
# the `langchain_community.callbacks.streamlit` package - so that we don't end up using
# Streamlit's externally-provided callback handler.
from langchain_community.callbacks.panel_callback import (
PanelCallbackHandler,
)
from langchain_community.llms import OpenAI


@pytest.mark.requires("panel")
Expand Down

0 comments on commit e2f8177

Please sign in to comment.