Skip to content

Commit

Permalink
Update code for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshs committed Oct 3, 2024
1 parent 9fb6068 commit 2d34117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quantum_voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"""

import random # Standard library import
import numpy as np
import matplotlib.pyplot as plt

# Third-party library imports
import numpy as np
import matplotlib.pyplot as plt
from qiskit import QuantumCircuit
from qiskit_aer import Aer
from qiskit.visualization import plot_histogram
Expand Down

0 comments on commit 2d34117

Please sign in to comment.