Skip to content

Commit 412eab8

Browse files
authored
Merge pull request #2052 from cjihrig/abortsignal
src: remove AbortSignal import
2 parents 98de4c3 + 7699f60 commit 412eab8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/log.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import fetch from 'node-fetch';
2-
import { AbortSignal } from 'node-fetch/externals';
32
import { Writable } from 'node:stream';
43
import { ApiException } from './api';
54
import { KubeConfig } from './config';

src/watch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { createInterface } from 'node:readline';
22
import fetch from 'node-fetch';
3-
import { AbortSignal } from 'node-fetch/externals';
43
import { KubeConfig } from './config';
54

65
export class Watch {

0 commit comments

Comments
 (0)