Skip to content

Commit 829b35c

Browse files
committed
nit
1 parent 705f663 commit 829b35c

File tree

1 file changed

+1
-2
lines changed
  • crates/red_knot_python_semantic/src/types

1 file changed

+1
-2
lines changed

crates/red_knot_python_semantic/src/types/infer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ use crate::semantic_index::definition::{
5454
};
5555
use crate::semantic_index::expression::{Expression, ExpressionKind};
5656
use crate::semantic_index::symbol::{FileScopeId, NodeWithScopeKind, NodeWithScopeRef, ScopeId};
57-
use crate::semantic_index::SemanticIndex;
58-
use crate::semantic_index::{semantic_index, symbol_table};
57+
use crate::semantic_index::{semantic_index, symbol_table, SemanticIndex};
5958
use crate::symbol::{
6059
builtins_module_scope, builtins_symbol, explicit_global_symbol,
6160
module_type_implicit_global_symbol, symbol, symbol_from_bindings, symbol_from_declarations,

0 commit comments

Comments
 (0)