Skip to content

Commit e7779ff

Browse files
committed
refactor: clean up import statements in to_model.rs
1 parent 4aa3811 commit e7779ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plcopen/src/to_model.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
//! This module provides the [`ToPlcModel`] implementation for PLCopen projects,
44
//! converting parsed XML into the vendor-neutral `plcmodel` representation.
55
6-
use plcmodel::{
7-
DataTypeDef, Pou, PouInterface, Project, ToPlcModel, Variable,
8-
};
6+
use plcmodel::{Pou, PouInterface, Project, ToPlcModel, Variable};
97
use iectypes::{PouType, VarClass};
108

119
use crate::{

0 commit comments

Comments
 (0)