Skip to content

Commit

Permalink
chore: added doc string to test_check_define.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Nov 21, 2024
1 parent 4c2e08d commit 7aca283
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/output/test_check_result.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Test suite for check_result.py."""

import unittest
from typing import Union
from io import StringIO
from unittest.mock import patch
import rich

# from your_module import CheckResult # Replace 'your_module' with the actual module name where CheckResult is defined.
from gatorgrade.output.check_result import CheckResult
Expand Down

0 comments on commit 7aca283

Please sign in to comment.