Skip to content

Commit 55b1ca3

Browse files
Remove now unused imports from tweaks
1 parent a5eb69a commit 55b1ca3

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

cf/test/test_Data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
import contextlib
33
import datetime
44
import faulthandler
5-
from importlib.util import find_spec
65
import io
76
import itertools
87
import os
9-
import shutil
108
import tempfile
119
import unittest
1210
import warnings

cf/test/test_style.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import faulthandler
33
from importlib.util import find_spec
44
import os
5-
import shutil
65
import unittest
76

87
faulthandler.enable() # to debug seg faults and timeouts

0 commit comments

Comments
 (0)