Skip to content

Commit d619ac6

Browse files
Remove unused get_gpu_num import (fixes flake8 F401)
The import was left over after refactoring the geotiff test to use @params instead of a manual GPU check. Signed-off-by: shreyaskommuri <shreyaskommuri@gmail.com>
1 parent f6575ab commit d619ac6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dali/test/python/decoder/test_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from nose_utils import assert_raises, SkipTest
2828
from test_utils import compare_pipelines
2929
from test_utils import get_dali_extra_path
30-
from test_utils import get_gpu_num
3130
from test_utils import get_nvjpeg_ver
3231
from test_utils import to_array
3332

0 commit comments

Comments
 (0)