fix: 重複したキーを__all__に定義していた

pull/3/head
yupix 2 years ago
parent 7f38b70575
commit c3e6f45e57
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -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:

Loading…
Cancel
Save