Skip to content

Commit 9c66611

Browse files
committed
lint
1 parent 942d784 commit 9c66611

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cuenca/resources/files.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
from io import BytesIO
22
from typing import ClassVar, Optional, cast
33

4-
from cuenca_validations.types import (
5-
FileFormat,
6-
FileQuery,
7-
FileUploadRequest,
8-
KYCFileType,
9-
)
4+
from cuenca_validations.types import FileQuery, FileUploadRequest, KYCFileType
105
from pydantic import HttpUrl
116

127
from ..http import Session, session as global_session

0 commit comments

Comments
 (0)