Skip to content

Commit

Permalink
accommodate new evcxr version by splitting uses
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Oct 31, 2023
1 parent d1e2c34 commit e2a6801
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions route_verification/src/evcxr_examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ use dashmap::DashMap;
use itertools::multiunzip;
use polars::prelude::*;
use rayon::prelude::*;
use route_verification::{
as_rel::*,
bgp::{stats::*, *},
ir::*,
};
use route_verification::as_rel::*;
use route_verification::bgp::stats::*;
use route_verification::bgp::*;
use route_verification::ir::*;
use std::{
env,
fs::File,
Expand Down

0 comments on commit e2a6801

Please sign in to comment.