Skip to content

Commit 901415e

Browse files
fix: auto fix ruff import sorting
1 parent e779982 commit 901415e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/ai_reviewer/git/github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from ..models import InlineComment, ReviewResult, Severity
99

10-
1110
SEVERITY_EMOJI = {
1211
Severity.ERROR: "🔴",
1312
Severity.SECURITY: "🚨",

tests/test_providers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from ai_reviewer.providers.anthropic import AnthropicProvider
88
from ai_reviewer.providers.openai import OpenAIProvider
99

10-
1110
MOCK_RESULT = {
1211
"summary": {
1312
"overall": "Good PR overall.",

0 commit comments

Comments
 (0)