Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab authored and github-actions[bot] committed Oct 14, 2024
1 parent f577137 commit 153d1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agents-api/agents_api/worker/codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def serialize(x: Any) -> bytes:
data_size = sys.getsizeof(data)

if use_blob_store_for_temporal and data_size > blob_store_cutoff_kb * 1024:

key = s3.add_object_with_hash(data)
return serialize(RemoteObject(key=key))

Expand Down

0 comments on commit 153d1e4

Please sign in to comment.