Skip to content

Commit 5430f87

Browse files
authored
Fix long line
1 parent d805320 commit 5430f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quantum/quantum_teleportation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ def quantum_teleportation(
6565

6666
if __name__ == "__main__":
6767
print(
68-
f"Total count for teleported state is: {quantum_teleportation(np.pi/2, np.pi/2, np.pi/2)}"
68+
"Total count for teleported state is: "
69+
f"{quantum_teleportation(np.pi/2, np.pi/2, np.pi/2)}"
6970
)

0 commit comments

Comments
 (0)