Skip to content

Commit 2ea43c9

Browse files
committed
removed blank line after function docstring in set.py
1 parent 722261b commit 2ea43c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

in2lambda/api/set.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def to_json(self, output_dir: str) -> None:
123123
['media', 'question_1.json', 'question_2.json']
124124
Question 1's title: Question 1
125125
"""
126-
127126
from in2lambda.json_convert import json_convert
128127

129128
json_convert.main(self, output_dir)

in2lambda/json_convert/json_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def _zip_sorted_folder(folder_path, zip_path):
1818
"""Zips the contents of a folder, preserving the directory structure.
19-
19+
2020
Args:
2121
folder_path: The path to the folder to zip.
2222
zip_path: The path where the zip file will be created.

0 commit comments

Comments
 (0)