We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6797145 commit 0581b8bCopy full SHA for 0581b8b
json_writer.py
@@ -1,4 +1,4 @@
1
-""" This module contains a function that writes data to a JSON file. """
+"""This module contains a function that writes data to a JSON file."""
2
3
import json
4
test_json_writer.py
-""" Test the write_to_json function in json_writer.py. """
+"""Test the write_to_json function in json_writer.py."""
import os
0 commit comments