Skip to content

Commit

Permalink
fix: disable pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jan 21, 2025
1 parent 65e60c5 commit ad362dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibojit/backends/matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class CustomCupyMatrices(CustomMatrices):

def __init__(self, dtype):
super().__init__(dtype)
import cupy as cp
import cupy as cp # pylint: disable=E0401

Check warning on line 121 in src/qibojit/backends/matrices.py

View check run for this annotation

Codecov / codecov/patch

src/qibojit/backends/matrices.py#L120-L121

Added lines #L120 - L121 were not covered by tests

self.cp = cp

Check warning on line 123 in src/qibojit/backends/matrices.py

View check run for this annotation

Codecov / codecov/patch

src/qibojit/backends/matrices.py#L123

Added line #L123 was not covered by tests

Expand Down

0 comments on commit ad362dd

Please sign in to comment.