We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b41d5 commit 5707102Copy full SHA for 5707102
src/command/dev/introspect.rs
@@ -7,7 +7,7 @@ use rover_std::Style;
7
use crate::command::dev::protocol::{SubgraphSdl, SubgraphUrl};
8
use crate::command::graph::Introspect as GraphIntrospect;
9
use crate::command::subgraph::Introspect as SubgraphIntrospect;
10
-use crate::options::{IntrospectOpts};
+use crate::options::IntrospectOpts;
11
use crate::{RoverError, RoverErrorSuggestion, RoverResult};
12
13
#[derive(Clone, Debug)]
0 commit comments