Skip to content

Commit

Permalink
removing cockatiel
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 5, 2023
1 parent 6277c70 commit 2e6012e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/etcd/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {EventEmitter} from 'events';
import type {Lease} from 'etcd3';

Check failure on line 2 in packages/etcd/src/index.ts

View workflow job for this annotation

GitHub Actions / Node 16

'/home/runner/work/keyv/keyv/node_modules/etcd3/lib/index.js' imported multiple times.

Check failure on line 2 in packages/etcd/src/index.ts

View workflow job for this annotation

GitHub Actions / Node 18

'/home/runner/work/keyv/keyv/node_modules/etcd3/lib/index.js' imported multiple times.
import {Etcd3} from 'etcd3';

Check failure on line 3 in packages/etcd/src/index.ts

View workflow job for this annotation

GitHub Actions / Node 16

'/home/runner/work/keyv/keyv/node_modules/etcd3/lib/index.js' imported multiple times.

Check failure on line 3 in packages/etcd/src/index.ts

View workflow job for this annotation

GitHub Actions / Node 18

'/home/runner/work/keyv/keyv/node_modules/etcd3/lib/index.js' imported multiple times.
import {ExponentialBackoff, Policy, handleAll, retry} from 'cockatiel';
import type {StoredData} from 'keyv';
import type {ClearOutput, DeleteManyOutput, DeleteOutput, GetOutput, HasOutput, SetOutput} from './types';

Expand Down

0 comments on commit 2e6012e

Please sign in to comment.