Skip to content

Commit 8d4703b

Browse files
author
QSD_s
committed
Disable lint check to resolve Codacy false positive.
1 parent 6d61d8c commit 8d4703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubnub/endpoints/fetch_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def validate_params(self):
118118
self._maximum_per_channel = FetchMessages.MAX_MESSAGES_ACTIONS
119119
logger.info("maximum_per_channel param defaulting to %d", FetchMessages.DEFAULT_MESSAGES)
120120

121-
def create_response(self, envelope):
121+
def create_response(self, envelope): # pylint: disable=W0221
122122
return PNFetchMessagesResult.from_json(
123123
json_input=envelope,
124124
include_message_actions=self._include_message_actions,

0 commit comments

Comments
 (0)