Skip to content

Commit 94015f6

Browse files
committed
Add ignore comments for pytype
1 parent f438c03 commit 94015f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slack_bolt/app/async_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
class AsyncSlackAppServer:
1010
port: int
1111
path: str
12-
bolt_app: "AsyncApp"
12+
bolt_app: "AsyncApp" # type:ignore
1313
web_app: web.Application
1414

15-
def __init__(
16-
self, port: int, path: str, app: "AsyncApp",
15+
def __init__( # type:ignore
16+
self, port: int, path: str, app: "AsyncApp", # type:ignore
1717
):
1818
"""Standalone AIOHTTP Web Server
1919

0 commit comments

Comments
 (0)