Skip to content

Commit

Permalink
to follow PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriyukiK-1qbit committed Oct 3, 2023
1 parent e21f5db commit a7b8518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_read_qasm():
filepath = Path(__file__).parent / 'qasm_files' / filename
filename2 = "w-state_with_comments.qasm"
filepath2 = Path(__file__).parent / 'qasm_files' / filename2

qc = read_qasm(filepath)
qc2 = read_qasm(filepath2)
assert True

0 comments on commit a7b8518

Please sign in to comment.