Skip to content

Commit e8c2f75

Browse files
committed
black 2
1 parent d2bf5f2 commit e8c2f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mergin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def is_versioned_file(path: str) -> bool:
269269

270270
def long_path(path: str) -> str:
271271
"""
272-
Prefix an absolute path with the Windows "\\?\" extended-length marker, so file APIs used by
272+
Prefix an absolute path with the Windows "\\?\" extended-length marker, so file APIs used by
273273
geodiff/SQLite and Python's own open() can handle long paths without raising an error.
274274
275275
:param path: absolute or relative path, with either posix or windows separators

0 commit comments

Comments
 (0)