Skip to content

Commit

Permalink
Remove use duration, no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 21, 2024
1 parent 0ad06e7 commit b4eaf51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gtfs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::{objects::*, Error, RawGtfs};
use chrono::prelude::NaiveDate;
use chrono::Duration;
use std::collections::{HashMap, HashSet};
use std::convert::TryFrom;
use std::sync::Arc;
Expand Down

0 comments on commit b4eaf51

Please sign in to comment.