Skip to content

Commit 6c3c89d

Browse files
committed
fixup! fixup! fixup! fixup! fix(cache): update cache with O(1) data structures
1 parent 646e594 commit 6c3c89d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cache_test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { ADD, UPDATE, DELETE, ERROR, ListPromise, CHANGE } from './informer';
1717
use(chaiAsPromised);
1818

1919
import { DefaultRequest, RequestResult, Watch } from './watch';
20-
import { getPriority } from 'os';
2120

2221
// Object replacing real Request object in the test
2322
class FakeRequest extends EventEmitter implements RequestResult {

0 commit comments

Comments
 (0)