Skip to content

Commit e12eedd

Browse files
author
koval
committed
sort imports
1 parent cc70340 commit e12eedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • huntflow_api_client/entities

huntflow_api_client/entities/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import BinaryIO, Optional, Union, Dict, Tuple
1+
from typing import BinaryIO, Dict, Optional, Tuple, Union
22

33
from huntflow_api_client.entities.base import BaseEntity
44
from huntflow_api_client.models.request.file import UploadFileHeaders

0 commit comments

Comments
 (0)