Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Oct 8, 2024
1 parent 571c701 commit acdc560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/backends/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TorchMatrices(NumpyMatrices):
dtype (torch.dtype): Data type of the matrices.
"""

def __init__(self, dtype, requires_grad):
def __init__(self, dtype):
import torch # pylint: disable=import-outside-toplevel # type: ignore

super().__init__(dtype)
Expand Down

0 comments on commit acdc560

Please sign in to comment.