Skip to content

Commit 47821be

Browse files
committed
fix: linter
1 parent 06421d5 commit 47821be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

max_api_client_python/tools/sending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import mimetypes
22
import pathlib
3-
from typing import Dict, List, Optional, TYPE_CHECKING, Union
3+
from typing import Optional, TYPE_CHECKING
44

55
from ..response import Response
66

max_api_client_python/tools/serviceMethods.py

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

33
from ..response import Response
44

0 commit comments

Comments
 (0)