lastmile-ai / aiconfig

AIConfig is a config-based framework to build generative AI applications.
https://aiconfig.lastmileai.dev
MIT License
898 stars 70 forks source link

Remove Unused os Import + Run Black Format + Add Missing Dep & Rebuild #1474

Closed rholinshead closed 3 months ago

rholinshead commented 3 months ago

Remove Unused os Import + Run Black Format + Add Missing Dep & Rebuild

Following up with minor changes from https://github.com/lastmile-ai/aiconfig/pull/1465#issuecomment-2007513846

Mainly, removed unused os import and save server.py so that black formatter runs to pass the lint. While testing, noticed lint in LocalEditor for missing dep so added that as well. Just for good measure, rebuilt the client.

Test Plan: