Skip to content

Commit e0bf576

Browse files
committed
chore: fix style
1 parent 2c7e140 commit e0bf576

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

replane/_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from ._eval import evaluate_config
1414
from ._sse import SSEParser
15-
from .version import VERSION
1615
from .errors import (
1716
AuthenticationError,
1817
ClientClosedError,
@@ -24,6 +23,7 @@
2423
from_http_status,
2524
)
2625
from .types import Config, ContextValue, parse_config
26+
from .version import VERSION
2727

2828
try:
2929
import httpx

replane/_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from ._eval import evaluate_config
2020
from ._sse import SSEParser
21-
from .version import VERSION
2221
from .errors import (
2322
AuthenticationError,
2423
ClientClosedError,
@@ -29,6 +28,7 @@
2928
from_http_status,
3029
)
3130
from .types import Config, ContextValue, parse_config
31+
from .version import VERSION
3232

3333
T = TypeVar("T")
3434

0 commit comments

Comments
 (0)