Skip to content

Commit fb1ba6b

Browse files
committed
add blank line in docstring
1 parent 3fbae76 commit fb1ba6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/move.py

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def move_dir(
142142
fs.errors.DirectoryExpected: if ``src_path`` or one of its
143143
ancestors is not a directory.
144144
fs.errors.IllegalDestination: when moving a folder into itself
145+
145146
"""
146147
with manage_fs(src_fs, writeable=True) as _src_fs:
147148
with manage_fs(dst_fs, writeable=True, create=True) as _dst_fs:

0 commit comments

Comments
 (0)