Skip to content

Commit cc625be

Browse files
cfsmp3claude
authored andcommitted
fix(tests): Fix isort import ordering
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5806bb6 commit cc625be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_ci/test_controllers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ def test_customizedtest_added_to_queue(self):
479479
import mod_ci.controllers
480480
reload(mod_ci.controllers)
481481
from mod_ci.controllers import add_test_entry, queue_test
482+
482483
# Use valid hex commit hash (customizedcommitcheck is not valid hex)
483484
test_commit = 'abc1234def567890abc1234def567890abcd1234'
484485
add_test_entry(g.db, test_commit, TestType.commit)
@@ -1226,6 +1227,7 @@ def test_queue_test_github_failure(self, mock_debug, mock_repo, mock_critical):
12261227
from github import GithubException
12271228

12281229
from mod_ci.controllers import add_test_entry, queue_test
1230+
12291231
# Use valid hex commit hash
12301232
test_commit = '1234567890abcdef1234567890abcdef12345678'
12311233
add_test_entry(g.db, test_commit, TestType.pull_request)

0 commit comments

Comments
 (0)