Skip to content

Commit

Permalink
disable too many branches warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mwwoda committed Jul 10, 2024
1 parent 5d30a7f commit cdaa662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boxsdk/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ def sign_request(self, sign_request_id: str) -> 'SignRequest':
return self.translator.get('sign_request')(session=self._session, object_id=sign_request_id)

def __create_sign_request(
# pylint: disable=too-many-branches
self,
signers: Iterable,
files: Optional[Iterable] = None,
Expand Down

0 comments on commit cdaa662

Please sign in to comment.