Skip to content

Commit bbdfb94

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64088f2 commit bbdfb94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/filelock/_unix.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _release(self) -> None:
2626
else: # pragma: win32 no cover
2727
try:
2828
import fcntl
29+
2930
_ = (fcntl.lock, fcntl.LOCK_EX, fcntl.LOCK_NB, fcntl.LOCK_UN)
3031
except (ImportError, AttributeError):
3132
pass

0 commit comments

Comments
 (0)