Skip to content

Commit 4c0cd2a

Browse files
committed
Remove more whitespace
1 parent a552708 commit 4c0cd2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_shutil.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,13 +1919,12 @@ def test_make_zipfile_symlink_behaviour(self):
19191919
# to their targets when shutil.make_archive() is used to make a zip
19201920
# file, to match default command-line zip behaviour in
19211921
# Linux/UNIX/Windows.
1922-
1922+
#
19231923
# If this test is being skipped, it is because either the operating
19241924
# environment does not support symbolic links, or you do not have the
19251925
# necessary permissions to create them. For Windows (10 and above) the
19261926
# test must be invoked from an elevated command prompt or with
19271927
# Developer Mode turned on.
1928-
19291928
root_dir, base_dir = self._create_files_symlinks()
19301929
name = os.path.join(root_dir, 'z')
19311930
archive = shutil.make_archive(

0 commit comments

Comments
 (0)