Skip to content

Commit

Permalink
fix FTBFS
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jan 23, 2024
1 parent 232ac30 commit 75bd082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions braid-offline/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use tracing::{debug, info, warn};

use braidz_parser::open_maybe_gzipped;
use flydra2::{
CoordProcessor, CoordProcessorConfig, Data2dDistortedRow, FrameData, FrameDataAndPoints,
NumberedRawUdpPoint, StreamItem,
new_model_server, CoordProcessor, CoordProcessorConfig, Data2dDistortedRow, FrameData,
FrameDataAndPoints, NumberedRawUdpPoint, StreamItem,
};
use flydra_types::{
CamInfoRow, PerCamSaveData, RawCamName, SyncFno, TrackingParams,
Expand Down

0 comments on commit 75bd082

Please sign in to comment.