-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π§ chore: reorganize imports and cleanup tests
π§ chore: reorganize imports and cleanup tests π Refactoring: - Reorganized import statements in __main__.py - Moved import of CommitLoom to a more appropriate location β Tests: - Adjusted import order in test_commit_loom.py - Ensured proper assertion in TestErrorHandling π Documentation: - Added newline at the end of __init__.py for consistency Refactored code structure and improved test organization
- Loading branch information
Test User
committed
Dec 9, 2024
1 parent
45af9ed
commit d173820
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Git test package.""" | ||
"""Git test package.""" |