Skip to content

Commit 61b9a51

Browse files
committed
remove unused import
1 parent e0a1788 commit 61b9a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import, print_function, division
33
import unittest
4-
from tempfile import NamedTemporaryFile, mkdtemp
4+
from tempfile import mkdtemp
55
import atexit
66
import shutil
77
import pickle

0 commit comments

Comments
 (0)