Skip to content

Commit

Permalink
fix(psa): remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ynfeng committed Feb 26, 2021
1 parent 7819375 commit d9cbe48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psa/src/jvm/psa_jvm.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use std::path::Path;

use crate::jvm::maven_module::MavenModuleAnalyzer;
use crate::psa_project::Project;
use crate::{files, Module, ModuleAnalyzer, ProjectStructureAnalyzer};
use crate::{files, ModuleAnalyzer, ProjectStructureAnalyzer};

pub struct JvmProjectStructureAnalyzer {}

Expand Down

0 comments on commit d9cbe48

Please sign in to comment.