We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50342b commit 722f9d9Copy full SHA for 722f9d9
1 file changed
src-tauri/src/plugins/manager.rs
@@ -1,4 +1,4 @@
1
-use super::{python2::Python2Plugin, python3::Python3Plugin, LanguagePlugin};
+use super::{LanguagePlugin, python2::Python2Plugin, python3::Python3Plugin};
2
use std::collections::HashMap;
3
4
pub struct PluginManager {
0 commit comments