Skip to content

Commit

Permalink
remove unused code in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikato111 committed Jun 2, 2024
1 parent ca6f8b8 commit 962c16e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/headers.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#[cfg(test)]
mod tests {
use tenjin::{
openflow::{
controller_frame::ControllerFrame, ofp10::ofp_v1_0::Openflow10,
ofp10::traiter::OfpMsgEvent, ofp10::Msg,
},
openflow::{controller_frame::ControllerFrame, ofp10::traiter::OfpMsgEvent, ofp10::Msg},
Controller,
};

Expand Down

0 comments on commit 962c16e

Please sign in to comment.