From bb023919ee8da9fc721626cc642c57067e4ec917 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Fri, 22 Dec 2023 12:03:33 +0000 Subject: [PATCH] chore(): tidying example --- examples/rest-v5-public.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/rest-v5-public.ts b/examples/rest-v5-public.ts index 9fe8930..51377c0 100644 --- a/examples/rest-v5-public.ts +++ b/examples/rest-v5-public.ts @@ -1,9 +1,4 @@ -import { - APIResponseV3WithTime, - CategoryListV5, - RestClientV5, - TickerLinearInverseV5, -} from '../src/index'; +import { RestClientV5 } from '../src/index'; // or // import { RestClientV5 } from 'bybit-api';