Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ff0608

Browse files
committed
fix: lint
1 parent 73259ee commit 0ff0608

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libs/jwst-binding/jwst-swift/src/storage.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use crate::Workspace;
22
use futures::TryFutureExt;
3-
use jwst::Workspace as JwstWorkspace;
43
use jwst::{error, warn, JwstError};
54
use jwst_logger::init_logger_with;
65
use jwst_rpc::{start_client_sync, BroadcastChannels, RpcContextImpl, SyncState};
@@ -145,7 +144,6 @@ impl RpcContextImpl<'_> for Storage {
145144
#[cfg(test)]
146145
mod tests {
147146
use crate::{Storage, Workspace};
148-
use std::thread::sleep;
149147
use tokio::runtime::Runtime;
150148

151149
#[test]

0 commit comments

Comments
 (0)