Skip to content

Commit

Permalink
Linter applied
Browse files Browse the repository at this point in the history
  • Loading branch information
mulla028 committed Nov 13, 2024
1 parent 20d741b commit c0eb051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/chat_completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ impl Instance {

#[cfg(test)]
mod tests {
use std::path::PathBuf;
use super::*;
use httpmock::prelude::*;
use crate::read_words_from_file;
use httpmock::prelude::*;
use std::path::PathBuf;

#[tokio::test]
async fn test_post_chat_completions() {
Expand Down

0 comments on commit c0eb051

Please sign in to comment.