Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Oct 21, 2020
1 parent fbb97c7 commit 8a65d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Browser/keywords/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def _format_response(response: Dict):
logger.info(response)
return response


def _jsonize_content(data, bodykey):
headers = json.loads(data["headers"])
data["headers"] = headers
Expand Down

0 comments on commit 8a65d7f

Please sign in to comment.