Skip to content

Commit 3dd1de5

Browse files
committed
Ignore linting rule in webhooks import
1 parent be01701 commit 3dd1de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polar_sdk/webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from typing import Any, Dict, List, Mapping, Optional, Union, cast
99

1010
# region imports
11-
from ._webhooks import WebhookVerificationError, WebhoookPayload, validate_event # noqa: F401,W0611
11+
from ._webhooks import WebhookVerificationError, WebhoookPayload, validate_event # pylint: disable=unused-import
1212
# endregion imports
1313

1414
class Webhooks(BaseSDK):

0 commit comments

Comments
 (0)