Skip to content

Commit 828da44

Browse files
committed
fix: remove the superfluous import of list
1 parent 288e753 commit 828da44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/target/python_class.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ fn write_output(
147147
}
148148
}
149149
Type::Array(inner) => {
150-
imports_from_typing.insert("list");
151150
if schema.arena.get(inner).unwrap().is_any() {
152151
imports_from_typing.insert("Any");
153152
}

0 commit comments

Comments
 (0)