mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 20:17:15 +00:00
[PR #5981/68d0cac3 backport][stable-5] Ignore more unnecessary import warnings (#5982)
Ignore more unnecessary import warnings (#5981)
Fix imports.
(cherry picked from commit 68d0cac310)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
66e3c19a57
commit
f4bae2d717
3 changed files with 3 additions and 3 deletions
|
|
@ -235,7 +235,7 @@ import os
|
|||
|
||||
try:
|
||||
# Import PubNub BLOCKS client.
|
||||
from pubnub_blocks_client import User, Account, Owner, Application, Keyset
|
||||
from pubnub_blocks_client import User, Account, Owner, Application, Keyset # noqa: F401, pylint: disable=unused-import
|
||||
from pubnub_blocks_client import Block, EventHandler
|
||||
from pubnub_blocks_client import exceptions
|
||||
HAS_PUBNUB_BLOCKS_CLIENT = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue