Skip to content

Commit f73a30f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b8ca7b3 commit f73a30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum/grover_search_algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ def grover_search(number_of_qubits: int = 2) -> qiskit.result.counts.Counts:
8484

8585

8686
if __name__ == "__main__":
87-
print(f"Total count for Grover search state is: {grover_search(3)}")
87+
print(f"Total count for Grover search state is: {grover_search(3)}")

0 commit comments

Comments
 (0)