Fix agenthub import (#123)

* fix agenthub import

* add noqa
This commit is contained in:
Robert Brennan
2024-03-24 18:29:09 -04:00
committed by GitHub
parent dfa98b334e
commit 8ce2ac7648

View File

@@ -2,6 +2,7 @@ from typing import Type
import asyncio
import argparse
import agenthub # noqa F401 (we import this to get the agents registered)
from opendevin.agent import Agent
from opendevin.controller import AgentController