Skip to content

Commit 71c962b

Browse files
authored
make line empty
1 parent 228e0d4 commit 71c962b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_files/vscode_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ class CustomEncoder(json.JSONEncoder):
11081108
11091109
Encodes `pathlib.Path` as strings and `Children` containers as JSON arrays.
11101110
"""
1111-
1111+
11121112
def default(self, o):
11131113
if isinstance(o, pathlib.Path):
11141114
return os.fspath(o)

0 commit comments

Comments
 (0)