From a8679f37eca6d5af29a04485c6089729b33e8876 Mon Sep 17 00:00:00 2001 From: dovi Date: Wed, 3 May 2023 18:10:04 -0400 Subject: [PATCH] clean code --- packages/client/lib/commands/LRANGE.spec.ts | 1 - packages/client/lib/commands/LREM.spec.ts | 1 - todo.md | 1 - 3 files changed, 3 deletions(-) diff --git a/packages/client/lib/commands/LRANGE.spec.ts b/packages/client/lib/commands/LRANGE.spec.ts index 12f0c8f7b9..a5a70db6ee 100644 --- a/packages/client/lib/commands/LRANGE.spec.ts +++ b/packages/client/lib/commands/LRANGE.spec.ts @@ -1,4 +1,3 @@ - import { strict as assert } from 'assert'; import testUtils, { GLOBAL } from '../test-utils'; import LRANGE from './LRANGE'; diff --git a/packages/client/lib/commands/LREM.spec.ts b/packages/client/lib/commands/LREM.spec.ts index bbc3f6096e..40aff2e8af 100644 --- a/packages/client/lib/commands/LREM.spec.ts +++ b/packages/client/lib/commands/LREM.spec.ts @@ -1,4 +1,3 @@ - import { strict as assert } from 'assert'; import testUtils, { GLOBAL } from '../test-utils'; import LREM from './LREM'; diff --git a/todo.md b/todo.md index 53d90d83ea..c969748d18 100644 --- a/todo.md +++ b/todo.md @@ -11,7 +11,6 @@ # waiting List categoreis -- Hash - List - Set - Bitmap