Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Nov 7, 2023
1 parent 5d4edf2 commit 9d0a284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pytket/extensions/cutensornet/tnstate/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
warnings.warn("local settings failed to import cupy", ImportWarning)
try:
import cuquantum.cutensornet as cutn # type: ignore
from cuquantum.cutensornet import tensor # type: ignore
except ImportError:
warnings.warn("local settings failed to import cutensornet", ImportWarning)

Expand Down
1 change: 0 additions & 1 deletion pytket/extensions/cutensornet/tnstate/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from typing import Optional
from enum import Enum

from random import choice # type: ignore
from collections import defaultdict # type: ignore
import numpy as np # type: ignore

Expand Down

0 comments on commit 9d0a284

Please sign in to comment.