Skip to content

Commit 27e739c

Browse files
committed
remove unused use
1 parent 7b92198 commit 27e739c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/provenance.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ mod test_provenances {
327327

328328
#[test]
329329
fn test_add_rows() {
330-
use crate::provenance::*;
331330
let records = vec!["banana".to_string(), "split".to_string()];
332331
let mut tables = crate::TableCollection::new(10.).unwrap();
333332
for (i, r) in records.iter().enumerate() {

0 commit comments

Comments
 (0)