Skip to content

Commit 706fc82

Browse files
authored
Remove lint silencing comment (microsoft#1970)
No longer needed
1 parent 6620598 commit 706fc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/topics/llm_configuration.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"import autogen # noqa: E402\n",
44+
"import autogen\n",
4545
"\n",
4646
"assistant = autogen.AssistantAgent(name=\"assistant\", llm_config=llm_config)"
4747
]

0 commit comments

Comments
 (0)