Skip to content

Commit 228e0d4

Browse files
authored
extra blank line linting
1 parent edb2ba1 commit 228e0d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_files/vscode_pytest/__init__.py

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

0 commit comments

Comments
 (0)