Fix import errors

This commit is contained in:
Jai A
2021-11-02 20:24:51 -07:00
parent bec54b4283
commit d596bdb454
3 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::sync::Arc;
use std::time::{Duration, Instant};
use log::info;
pub async fn retrieve_data(uploaded_files: &mut Vec<String>) -> Result<(), Error> {
let mut list = fetch_fabric_versions(None).await?;