Skip to content

Commit 28e91c1

Browse files
committed
work in process
1 parent 9be2fd1 commit 28e91c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
from typing import Any, Generator, Generic, NoReturn, ParamSpec, TypeVar
66

77
import msgpack
8-
import pyarrow.flight as flight
98
import pyarrow as pa
9+
import pyarrow.flight as flight
1010
import structlog
11-
1211
import zstandard as zstd
1312
from pydantic import BaseModel
1413

0 commit comments

Comments
 (0)