Skip to content

Commit

Permalink
flake8 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Apr 11, 2024
1 parent c156d06 commit 872b102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptsl/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run(self, operation: Operation) -> None:
# self._response_error_json_cleanup(
# response.response_error_json)
command_errors = json_format.Parse(cleaned_response_error_json,
pt.ResponseError())
pt.ResponseError())
raise CommandError(command_errors.errors)

elif response.header.status == pt.Completed:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def SendGrpcRequest(
elif request.header.command == pt.Paste:
status = pt.Failed
error_body_json = """
{
{
"errors": [ {
"command_error_type": "PT_CopyOptionCopy",
"command_error_message": "Test error message",
Expand Down

0 comments on commit 872b102

Please sign in to comment.