Skip to content

Commit

Permalink
fix(fetch): remove unused import from fetch core module
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 28, 2024
1 parent 4483b6e commit 28ec726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fetch/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {createLogger} from '@alwatr/logger';
import {waitForTimeout} from '@alwatr/wait';

import type {FetchOptions} from './type.js';
import type {} from '@alwatr/nano-build';

export const logger_ = createLogger('@alwatr/fetch');

Expand Down

0 comments on commit 28ec726

Please sign in to comment.