Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei committed Sep 24, 2024
1 parent 61e5d82 commit d60b7b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/qiskit_serverless/serializers/program_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def get_arguments() -> Dict[str, Any]:
"""
arguments = "{}"
if os.path.isfile("arguments.serverless"):
with open(
"arguments.serverless", "r", encoding="utf-8"
) as f:
with open("arguments.serverless", "r", encoding="utf-8") as f:
arguments = f.read()
return json.loads(arguments, cls=QiskitObjectsDecoder)

0 comments on commit d60b7b9

Please sign in to comment.