From ee0a436eb709db379b7713ae17c1cb81b695deb8 Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio Date: Thu, 31 Mar 2022 15:37:55 -0300 Subject: [PATCH] fix: Remove unused imports --- src/Item/hashes.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Item/hashes.ts b/src/Item/hashes.ts index e2dccc33..04cd5b84 100644 --- a/src/Item/hashes.ts +++ b/src/Item/hashes.ts @@ -8,8 +8,6 @@ import { WearableRepresentation, ThirdPartyWearable, StandardWearable, - Rarity, - I18N, } from '@dcl/schemas' import { CollectionAttributes } from '../Collection' import { isStandardItemPublished } from '../ItemAndCollection/utils'