Skip to content

Commit 148294e

Browse files
committed
work in progress
1 parent 242521f commit 148294e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/flight_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def serialize(self) -> bytes:
7171

7272
@dataclass
7373
class UploadParameters:
74-
s3_client: S3Client
74+
s3_client: S3Client | None
7575
base_url: str
7676
bucket_name: str
7777
bucket_prefix: str | None = None

0 commit comments

Comments
 (0)