Skip to content

Commit f82b382

Browse files
committed
removed a useless import
1 parent a26be1f commit f82b382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/results/counts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dict related functionalities
33
"""
44

5-
from typing import Any, Dict, Optional, Sequence, List
5+
from typing import Any, Dict, Optional, Sequence
66

77
import numpy as np
88

0 commit comments

Comments
 (0)