Skip to content

Commit

Permalink
remove OsStr include to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterGrace committed Nov 15, 2024
1 parent 91c33b2 commit 19696ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bsky-cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use bsky_sdk::agent::config::{Config, FileStore};
use bsky_sdk::api;
use bsky_sdk::BskyAgent;
use serde::Serialize;
use std::ffi::OsStr;
use std::path::PathBuf;
use tokio::fs::{create_dir_all, File};
use tokio::io::AsyncReadExt;
Expand Down

0 comments on commit 19696ea

Please sign in to comment.