diff --git a/src/utils/getURLFile.ts b/src/utils/getURLFile.ts index 3e3fcfd..b812350 100644 --- a/src/utils/getURLFile.ts +++ b/src/utils/getURLFile.ts @@ -2,7 +2,6 @@ import PicGo from '../core/PicGo' import request from 'request' import path from 'path' import { IPathTransformedImgInfo } from './interfaces' -import fs from 'fs' export const getURLFile = async (ctx: PicGo, url: string): Promise => { const requestOptions = { @@ -26,7 +25,6 @@ export const getURLFile = async (ctx: PicGo, url: string): Promise