Skip to content

Commit

Permalink
tmp removed write import
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Jun 15, 2022
1 parent 167baf0 commit f793860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inspect/interface.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Generates a Python interface file (.pyi) using the inspected elements.

use std::fmt::{Display, Formatter};
use libc::write;
use crate::inspect::classes::ClassInfo;
use crate::inspect::fields::{ArgumentInfo, ArgumentKind, FieldInfo, FieldKind};

Expand Down

0 comments on commit f793860

Please sign in to comment.