Skip to content

Commit c2f11e9

Browse files
committed
satisfy pylint double blank line
1 parent 9de4a95 commit c2f11e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

students/visokoo/lesson02/assignment/src/charges_calc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def save_to_json(filename, data):
120120
with open(filename, 'w') as file:
121121
json.dump(data, file)
122122

123+
123124
if __name__ == "__main__":
124125
ARGS = parse_cmd_arguments()
125126
LOGGER = init_logging(ARGS.debug)

0 commit comments

Comments
 (0)