Skip to content

Commit

Permalink
Correct lint error for import
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceta committed Nov 13, 2023
1 parent 4a70ddf commit 9001914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slack_sdk/web/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from urllib.parse import urlencode
from urllib.request import Request, urlopen, OpenerDirector, ProxyHandler, HTTPSHandler

import slack_sdk.errors as err
from slack_sdk.errors import SlackRequestError
from .deprecation import show_deprecation_warning_if_any
from .internal_utils import (
Expand Down

0 comments on commit 9001914

Please sign in to comment.