Skip to content

Commit 60cf2b2

Browse files
committed
remove deprecated import imp
1 parent 6e9c673 commit 60cf2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycs/sparsity/sparse2d/starlet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
import sys
4242

43-
import imp
43+
# import imp
4444

4545
PYSAP_CXX = True
4646
try:

0 commit comments

Comments
 (0)