Skip to content

Commit 6d2ad37

Browse files
committed
Remove duplicated imports
1 parent 51b04ea commit 6d2ad37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

slack_bolt/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
from .context.respond import Respond # noqa
66
from .context.say import Say # noqa
77
from .kwargs_injection import Args # noqa
8-
from .kwargs_injection import Args # noqa
98
from .listener import Listener # noqa
109
from .listener_matcher import CustomListenerMatcher # noqa
1110
from .request import BoltRequest # noqa
1211
from .response import BoltResponse # noqa
13-
from .response import BoltResponse # noqa

0 commit comments

Comments
 (0)