Skip to content

Commit 6b52229

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cadb8ba commit 6b52229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/pathlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ def scandir(
957957
The default is to sort by name.
958958
If the directory does not exist, return an empty list.
959959
"""
960-
entries = []
960+
entries = []
961961
# Attempt to create a scandir iterator for the given path.
962962
try:
963963
scandir_iter = os.scandir(path)

0 commit comments

Comments
 (0)