Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Mar 3, 2025
1 parent 6797145 commit 0581b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json_writer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" This module contains a function that writes data to a JSON file. """
"""This module contains a function that writes data to a JSON file."""

import json

Expand Down
2 changes: 1 addition & 1 deletion test_json_writer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Test the write_to_json function in json_writer.py. """
"""Test the write_to_json function in json_writer.py."""

import json
import os
Expand Down

0 comments on commit 0581b8b

Please sign in to comment.