Skip to content

Commit

Permalink
Remove lint silencing comment (#1970)
Browse files Browse the repository at this point in the history
No longer needed
  • Loading branch information
jackgerrits authored Mar 12, 2024
1 parent 858cec8 commit f42021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/topics/llm_configuration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"import autogen # noqa: E402\n",
"import autogen\n",
"\n",
"assistant = autogen.AssistantAgent(name=\"assistant\", llm_config=llm_config)"
]
Expand Down

0 comments on commit f42021f

Please sign in to comment.