Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jan 24, 2025
1 parent d905a65 commit 0b84648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/qibojit/backends/cpu.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import sys

import numpy as np
import psutil
from qibo.backends.numpy import NumpyBackend
from qibo.config import log
from qibo.gates.abstract import ParametrizedGate
Expand Down
1 change: 0 additions & 1 deletion src/qibojit/custom_operators/ops.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import psutil
from numba import njit, prange


Expand Down

0 comments on commit 0b84648

Please sign in to comment.