From de7d9c2302cb504bcb7af5c3d341e5ba0e24c4e9 Mon Sep 17 00:00:00 2001 From: prakash Date: Thu, 9 Jul 2026 18:31:55 +0530 Subject: [PATCH] lint fix --- packages/@uppy/aws-s3/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@uppy/aws-s3/src/index.ts b/packages/@uppy/aws-s3/src/index.ts index 11833ead6..2cec3661d 100644 --- a/packages/@uppy/aws-s3/src/index.ts +++ b/packages/@uppy/aws-s3/src/index.ts @@ -1,10 +1,10 @@ -import type { RequestClient } from '@uppy/core/companion-client' import { BasePlugin, type DefinePluginOpts, type PluginOpts, type Uppy, } from '@uppy/core' +import type { RequestClient } from '@uppy/core/companion-client' import type { Body, LocalUppyFile,