Skip to content

Commit

Permalink
Fixed TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
xXdeveloperXx committed Mar 15, 2024
1 parent a7bbd3e commit cb6008a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_machine_learning/algorithms/inference/qbayesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# that they have been altered from the originals.
"""Quantum Bayesian Inference"""

from __future__ import annotations

import copy
from typing import Tuple, Dict, Set, List
from qiskit import QuantumCircuit, ClassicalRegister
Expand Down

0 comments on commit cb6008a

Please sign in to comment.