Skip to content

Commit acb6b0d

Browse files
committed
Fix import order
1 parent 1acb54e commit acb6b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixture/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use names::{Generator, Name};
1111
use orcapod::uniffi::{
1212
error::Result,
13-
model::{Annotation, Blob, BlobKind, URI, PathInfo, PathSet, Pod, PodJob, PodResult},
13+
model::{Annotation, Blob, BlobKind, PathInfo, PathSet, Pod, PodJob, PodResult, URI},
1414
orchestrator::Status,
1515
store::{ModelID, ModelInfo, Store},
1616
};

0 commit comments

Comments
 (0)