Skip to content

Commit 04afc6a

Browse files
committed
fmt
1 parent 71fdb8a commit 04afc6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ty_python_semantic/src/types/generics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use crate::types::class_base::ClassBase;
77
use crate::types::instance::{NominalInstanceType, Protocol, ProtocolInstanceType};
88
use crate::types::signatures::{Parameter, Parameters, Signature};
99
use crate::types::{
10-
declaration_type, todo_type, KnownInstanceType, Type, TypeVarBoundOrConstraints,
11-
TypeVarInstance, TypeVarVariance, UnionType,
10+
KnownInstanceType, Type, TypeVarBoundOrConstraints, TypeVarInstance, TypeVarVariance,
11+
UnionType, declaration_type, todo_type,
1212
};
1313
use crate::{Db, FxOrderSet};
1414

0 commit comments

Comments
 (0)