remove noqa exceptions (#6928)

* remove noqa exceptions

* add changelog frag

* review from PR
This commit is contained in:
Alexei Znamensky 2023-07-15 22:54:28 +12:00 committed by GitHub
commit 70503411ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 38 deletions

View file

@ -243,7 +243,7 @@ import os
try:
# Import PubNub BLOCKS client.
from pubnub_blocks_client import User, Account, Owner, Application, Keyset # noqa: F401, pylint: disable=unused-import
from pubnub_blocks_client import User
from pubnub_blocks_client import Block, EventHandler
from pubnub_blocks_client import exceptions
HAS_PUBNUB_BLOCKS_CLIENT = True