From 47d21254b817639306877b9d172e9b8e266b5eb8 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 15 Jul 2024 22:27:08 -0400 Subject: [PATCH] Clean up, this time with the pre-commit hook --- src/bot.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/bot.rs b/src/bot.rs index 53ea660..07d53ca 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -16,15 +16,9 @@ use std::{ use tokio::runtime::Runtime; use vek::Quaternion; use veloren_client::{addr::ConnectionArgs, Client, Event as VelorenEvent, SiteInfoRich, WorldExt}; -use veloren_client_i18n::Localization; use veloren_common::{ clock::Clock, - comp::{ - invite::InviteKind, - item::{ItemDef, ItemDefinitionIdOwned, ItemI18n}, - slot::InvSlotId, - ChatType, ControllerInputs, ItemKey, Ori, Pos, - }, + comp::{invite::InviteKind, item::ItemDefinitionIdOwned, ChatType, ControllerInputs, Ori, Pos}, outcome::Outcome, time::DayPeriod, trade::{PendingTrade, TradeAction, TradeResult},