From c68d7cd77e2b67316dd68c02db62bbfedf217e82 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Sat, 30 Aug 2025 15:02:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/providers/google_cloud_storage_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/google_cloud_storage_provider.py b/src/providers/google_cloud_storage_provider.py index a9461a4..f9b4693 100644 --- a/src/providers/google_cloud_storage_provider.py +++ b/src/providers/google_cloud_storage_provider.py @@ -1,6 +1,6 @@ import os import io -from typing import Optional, List, Dict, Any, Union, BinaryIO, +from typing import Optional, List, Dict, Any, Union, BinaryIO from datetime import timedelta import mimetypes