Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 4, 2023
1 parent b77bf69 commit 2f2fd26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kiota_abstractions/request_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ def try_add_request_header(self, key: str, value: str) -> bool:
else:
self.headers[lowercase_key] = {str(value)}
return True
else:
return False
return False

def remove_request_headers(self, key: str) -> None:
"""Removes a request header from the current request
Expand Down

0 comments on commit 2f2fd26

Please sign in to comment.