Skip to content

Commit 722261b

Browse files
committed
further fixing of formatting in function summaries and description
1 parent 6881859 commit 722261b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

in2lambda/api/set.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def to_json(self, output_dir: str) -> None:
122122
['set', 'set.zip']
123123
['media', 'question_1.json', 'question_2.json']
124124
Question 1's title: Question 1
125-
126125
"""
127126

128127
from in2lambda.json_convert import json_convert

in2lambda/json_convert/json_convert.py

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

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

0 commit comments

Comments
 (0)