Skip to content

Commit

Permalink
Merge pull request #1 from v0y4g3r/chore/remove-useless-imports
Browse files Browse the repository at this point in the history
chore: remove useless imports
  • Loading branch information
retrage authored Mar 12, 2023
2 parents 38eb355 + 7fd109b commit ccf28db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/chatgpt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use std::collections::HashSet;
use hyper::header::{HeaderValue, AUTHORIZATION, CONTENT_TYPE};
use hyper::{Body, Client, Request, Uri};
use hyper_tls::HttpsConnector;
use log::debug;
use proc_macro::TokenStream;
use quote::{quote, ToTokens};
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit ccf28db

Please sign in to comment.