Skip to content

Commit

Permalink
Fix flake8 lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 21, 2024
1 parent b01b25b commit b01d784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion slack_bolt/middleware/async_custom_middleware.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import inspect
from logging import Logger
from typing import Callable, Awaitable, Any, Sequence, Optional

Expand Down
3 changes: 1 addition & 2 deletions slack_bolt/util/async_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from logging import Logger
from typing import Optional, Any
import inspect
from typing import Optional

from slack_sdk.web.async_client import AsyncWebClient

Expand Down

0 comments on commit b01d784

Please sign in to comment.