Skip to content

Commit 9ec0745

Browse files
committed
Fix a missing import
1 parent 5fba8d5 commit 9ec0745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/web/async_internal_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
from asyncio import AbstractEventLoop
55
from logging import Logger
6-
from typing import Optional, BinaryIO, Dict, Sequence
6+
from typing import Optional, BinaryIO, Dict, Sequence, Union
77

88
import aiohttp
99
from aiohttp import ClientSession

0 commit comments

Comments
 (0)