Skip to content

Commit 9fa1237

Browse files
authored
Fix import order for lint compliance
1 parent f4ada22 commit 9fa1237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agent_patterns/llm_as_a_judge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

3-
import textwrap
43
import asyncio
4+
import textwrap
55
from dataclasses import dataclass
66
from typing import Literal
77

0 commit comments

Comments
 (0)