Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-11-14 18:20:26 +00:00 committed by GitHub
parent a16f08a943
commit cab7fea897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
use crate::types::*;
use crate::llm::types::*;
use crate::types::*;
use anyhow::Result;
use reqwest::Response as ReqwestResponse;