Skip to content

Commit e9d7a85

Browse files
style: fix import sorting (ruff I001)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 22da6cf commit e9d7a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanobot/providers/openai_compat_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
import asyncio
66
import hashlib
7-
import time
87
import importlib.util
98
import os
109
import secrets
1110
import string
11+
import time
1212
import uuid
1313
from collections.abc import Awaitable, Callable
1414
from typing import TYPE_CHECKING, Any

0 commit comments

Comments
 (0)