refactor: remove unused imports

This commit is contained in:
Anna 2018-10-28 17:44:20 -04:00
parent 1c75806b2e
commit 9e7db2771d
2 changed files with 0 additions and 3 deletions

View File

@ -3,8 +3,6 @@ use crate::{
error::*,
};
use ffxiv_types::{World, DataCenter};
use lodestone_parser::models::linkshell::Linkshell;
use url::Url;

View File

@ -7,7 +7,6 @@ use lazy_static::lazy_static;
use lodestone_parser::models::{
character::Character,
free_company::FreeCompany,
linkshell::Linkshell,
};
use reqwest::{Client, StatusCode};