Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Oct 19, 2024
1 parent 478abc4 commit ccd1730
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
use kube::config::NamedContext;

use crate::{KUBECONFIG, KUBESESSCONFIG};
use kube::config::NamedContext;
use std::fs::{self, File};
use std::io::{BufReader, BufWriter, Read};
use std::path::Path;

use dirs;
use kube::config::Kubeconfig;

pub fn get() -> Kubeconfig {
Expand Down

0 comments on commit ccd1730

Please sign in to comment.