Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed May 14, 2024
1 parent cd6d914 commit 2c2f482
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_json_writer.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
""" Test the write_to_json function in json_writer.py. """

import unittest
import os
import json
import os
import unittest

from contributor_stats import ContributorStats
from json_writer import write_to_json

Expand Down

0 comments on commit 2c2f482

Please sign in to comment.