Remove lint silencing comment (#1970)

No longer needed
This commit is contained in:
Jack Gerrits 2024-03-12 15:51:03 -04:00 committed by GitHub
parent 858cec8de8
commit f42021fb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"
]