File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66import tempfile
77from os import environ as env
88from os .path import join as pjoin
9+ from tempfile import TemporaryDirectory
910
1011import pytest
1112
2122 get_data_path ,
2223 make_datasource ,
2324)
24- from ..tmpdirs import TemporaryDirectory
2525from .test_environment import DATA_KEY , USER_KEY , with_environment
2626
2727
Original file line number Diff line number Diff line change 55import shutil
66from os .path import dirname
77from os .path import join as pjoin
8+ from tempfile import TemporaryDirectory
89
910import numpy as np
1011
2122from ..openers import Opener
2223from ..optpkg import optional_package
2324from ..testing import expires
24- from ..tmpdirs import InTemporaryDirectory , TemporaryDirectory
25+ from ..tmpdirs import InTemporaryDirectory
2526
2627_ , have_scipy , _ = optional_package ('scipy' )
2728_ , have_pyzstd , _ = optional_package ('pyzstd' )
You can’t perform that action at this time.
0 commit comments