Skip to content

Commit

Permalink
DH-5776/ignore linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed May 10, 2024
1 parent 01857d6 commit 5347382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataherald/sql_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def generate_response(
"""Generates a response to a user question."""
pass

def stream_agent_steps( # noqa: C901 # noqa: PLR0912
def stream_agent_steps( # noqa: PLR0912, C901
self,
question: str,
agent_executor: AgentExecutor,
Expand Down

0 comments on commit 5347382

Please sign in to comment.