fix: remove unused imports and update method signatures
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
use anyhow::Result;
|
||||
use gethostname::gethostname;
|
||||
use local_ip_address::local_ip;
|
||||
use dns_lookup::lookup_addr;
|
||||
use std::env;
|
||||
use std::process;
|
||||
use uzers::{get_current_uid, get_current_gid, get_current_username, get_current_groupname};
|
||||
use rusqlite::Connection;
|
||||
|
||||
use crate::meta_plugin::MetaPlugin;
|
||||
use uzers::{get_current_uid, get_current_gid, get_user_by_uid, get_group_by_gid};
|
||||
use crate::meta_plugin::{MetaPlugin, MetaPluginResponse, MetaData};
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct CwdMetaPlugin {
|
||||
|
||||
Reference in New Issue
Block a user