Skip to content

Commit

Permalink
Fix newly found flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Jan 9, 2024
1 parent 7d803bb commit 27b998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfakefs/tests/fake_os_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5046,7 +5046,7 @@ def fake_scan_dir(p):
self.create_dir(self.linked_dir_path)
self.create_file(
self.linked_file_path, contents=b"a" * self.LINKED_FILE_SIZE
),
)
self.create_symlink(self.dir_link_path, self.linked_dir_path)
self.create_symlink(self.file_link_path, self.linked_file_path)
self.create_symlink(self.dir_rel_link_path, self.rel_linked_dir_path)
Expand Down

0 comments on commit 27b998f

Please sign in to comment.