Skip to content

Commit 3b7ca7a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74d6141 commit 3b7ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/file_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from contextlib import AbstractContextManager, contextmanager
99
from typing import Any, Generic, Literal, TypeVar, cast
1010

11-
from xarray.backends.locks import acquire, NETCDF4_PYTHON_LOCK
11+
from xarray.backends.locks import acquire
1212
from xarray.backends.lru_cache import LRUCache
1313
from xarray.core import utils
1414
from xarray.core.options import OPTIONS

0 commit comments

Comments
 (0)