From c3e6f45e57b4507117dcedc39cf53686faa9046f Mon Sep 17 00:00:00 2001 From: yupix Date: Wed, 27 Apr 2022 16:44:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E8=A4=87=E3=81=97=E3=81=9F?= =?UTF-8?q?=E3=82=AD=E3=83=BC=E3=82=92=5F=5Fall=5F=5F=E3=81=AB=E5=AE=9A?= =?UTF-8?q?=E7=BE=A9=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mipac/models/drive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mipac/models/drive.py b/mipac/models/drive.py index e8d70a0..a24ead5 100644 --- a/mipac/models/drive.py +++ b/mipac/models/drive.py @@ -9,7 +9,7 @@ from mipac.models.user import User if TYPE_CHECKING: from mipac.manager.client import ClientActions -__all__ = ['Properties', 'File', 'File', 'Folder'] +__all__ = ['Properties', 'File', 'Folder'] class Properties: