Skip to content

Commit 18a9988

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/filelock/_windows.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
_kernel32.GetFileAttributesW.restype = wintypes.DWORD
2626

2727
def _is_reparse_point(path: str) -> bool:
28-
"""Check if a path is a reparse point (symlink, junction, etc.) on Windows.
28+
"""
29+
Check if a path is a reparse point (symlink, junction, etc.) on Windows.
2930
3031
:param path: Path to check
3132
:return: True if path is a reparse point, False otherwise

0 commit comments

Comments
 (0)