Skip to content

Commit

Permalink
ci linting fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Dec 3, 2024
1 parent 90fa13e commit 4c02692
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# Add the local package directory to sys.path
thisdir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.join(thisdir, "..", ".."))
from dotenv import load_dotenv
from protos.agent_events_pb2 import NewMessageReceived, Output # type: ignore
from user_input import UserProxy
from dotenv import load_dotenv # type: ignore # noqa: E402
from protos.agent_events_pb2 import NewMessageReceived, Output # type: ignore # noqa: E402
from user_input import UserProxy # type: ignore # noqa: E402

agnext_logger = logging.getLogger("autogen_core")

Expand Down

0 comments on commit 4c02692

Please sign in to comment.