Skip to content

Commit

Permalink
Merge pull request #2052 from cjihrig/abortsignal
Browse files Browse the repository at this point in the history
src: remove AbortSignal import
  • Loading branch information
k8s-ci-robot authored Nov 25, 2024
2 parents 98de4c3 + 7699f60 commit 412eab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/log.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fetch from 'node-fetch';
import { AbortSignal } from 'node-fetch/externals';
import { Writable } from 'node:stream';
import { ApiException } from './api';
import { KubeConfig } from './config';
Expand Down
1 change: 0 additions & 1 deletion src/watch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createInterface } from 'node:readline';
import fetch from 'node-fetch';
import { AbortSignal } from 'node-fetch/externals';
import { KubeConfig } from './config';

export class Watch {
Expand Down

0 comments on commit 412eab8

Please sign in to comment.